Uses of Enum Class
org.cristalise.kernel.lifecycle.instance.WfVertex.Types
Packages that use WfVertex.Types
Package
Description
The implementation of the Item lifecycle, as composite workflows.
-
Uses of WfVertex.Types in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle with parameters of type WfVertex.TypesModifier and TypeMethodDescriptionCompositeActivityDef.newChild(String name, WfVertex.Types type, Integer version, GraphPoint location) -
Uses of WfVertex.Types in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return WfVertex.TypesModifier and TypeMethodDescriptionstatic WfVertex.TypesReturns the enum constant of this class with the specified name.static WfVertex.Types[]WfVertex.Types.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cristalise.kernel.lifecycle.instance with parameters of type WfVertex.TypesModifier and TypeMethodDescriptionCompositeActivity.newChild(WfVertex.Types type, String name, boolean first, GraphPoint point)