Uses of Class
org.cristalise.kernel.lifecycle.instance.Next
Packages that use Next
Package
Description
The implementation of the Item lifecycle, as composite workflows.
-
Uses of Next in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return NextModifier and TypeMethodDescriptionNextDef.instantiate()Next[]CompositeActivityDef.instantiateEdges(CompositeActivity ca) Loops through the edges of children graph model and calls their instantiate method -
Uses of Next in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return NextModifier and TypeMethodDescriptionadds a New link between the current Activity and the WfVertex passed in paramCompositeActivity.addNext(int originID, int terminusID) abstract NextActivity.getNext()Methods in org.cristalise.kernel.lifecycle.instance with parameters of type NextModifier and TypeMethodDescriptionvoidLoop.followNext(Next activeNext, TransactionKey transactionKey) voidXOrSplit.followNext(Next activeNext, TransactionKey transactionKey)