Class WfVertexDefFactory
java.lang.Object
org.cristalise.gui.lifecycle.desc.WfVertexDefFactory
- All Implemented Interfaces:
WorkflowDialogue,VertexFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) voidpromptName(String type) voidsetCreationContext(Object newContext)
-
Field Details
-
mCompositeActivityDef
-
-
Constructor Details
-
WfVertexDefFactory
public WfVertexDefFactory()
-
-
Method Details
-
create
public void create(GraphModelManager graphModelManager, GraphPoint location, TypeNameAndConstructionInfo typeNameAndConstructionInfo) throws ObjectNotFoundException, InvalidDataException - Specified by:
createin interfaceVertexFactory- Throws:
ObjectNotFoundExceptionInvalidDataException
-
loadThisWorkflow
public void loadThisWorkflow(String newName, Integer version, HashMap<String, Object> hashMap) throws ObjectNotFoundException, InvalidDataException- Specified by:
loadThisWorkflowin interfaceWorkflowDialogue- Throws:
ObjectNotFoundExceptionInvalidDataException
-
setCreationContext
- Specified by:
setCreationContextin interfaceVertexFactory
-
promptName
-