Uses of Class
org.cristalise.kernel.lifecycle.ActivityDef
Packages that use ActivityDef
Package
Description
The implementation of the Item lifecycle, as composite workflows.
-
Uses of ActivityDef in org.cristalise.kernel.lifecycle
Subclasses of ActivityDef in org.cristalise.kernel.lifecycleMethods in org.cristalise.kernel.lifecycle that return ActivityDefModifier and TypeMethodDescriptionCompositeActivityDef.addLocalActivityDef(String name, String type, GraphPoint point) ActivitySlotDef.getTheActivityDef(TransactionKey transactionKey) Methods in org.cristalise.kernel.lifecycle that return types with arguments of type ActivityDefModifier and TypeMethodDescriptionCompositeActivityDef.findRefActDefs(GraphModel graph, TransactionKey transactionKey) CompositeActivityDef.getRefChildActDef()Methods in org.cristalise.kernel.lifecycle with parameters of type ActivityDefModifier and TypeMethodDescriptionCompositeActivityDef.addExistingActivityDef(String name, ActivityDef actDef, GraphPoint point) voidActivitySlotDef.setTheActivityDef(ActivityDef actDef) Method parameters in org.cristalise.kernel.lifecycle with type arguments of type ActivityDefModifier and TypeMethodDescriptionvoidCompositeActivityDef.setRefChildActDef(List<ActivityDef> refChildActDef) Constructors in org.cristalise.kernel.lifecycle with parameters of type ActivityDef -
Uses of ActivityDef in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return ActivityDefModifier and TypeMethodDescriptionprotected ActivityDefActDefCache.buildObject(String name, int version, ItemPath path, String data) static ActivityDefRetrieves a named version of ActivityDef from the databasestatic ActivityDefLocalObjectLoader.getActDef(String actName, int actVersion, TransactionKey transactionKey) static ActivityDefLocalObjectLoader.getElemActDef(String actName, int actVersion) Retrieves a named version of ActivityDef from the databasestatic ActivityDefLocalObjectLoader.getElemActDef(String actName, int actVersion, TransactionKey transactionKey) protected ActivityDefActDefCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey)