Uses of Enum Class
com.redhat.parodos.workflow.context.WorkContextDelegate.ProcessType
Packages that use WorkContextDelegate.ProcessType
-
Uses of WorkContextDelegate.ProcessType in com.redhat.parodos.workflow.context
Methods in com.redhat.parodos.workflow.context that return WorkContextDelegate.ProcessTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WorkContextDelegate.ProcessType[]WorkContextDelegate.ProcessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redhat.parodos.workflow.context with parameters of type WorkContextDelegate.ProcessTypeModifier and TypeMethodDescriptionstatic StringWorkContextDelegate.buildKey(WorkContextDelegate.ProcessType processType, WorkContextDelegate.Resource resource) Used for creating a Key to store a value in the WorkFlowContextstatic StringWorkContextDelegate.buildKey(WorkContextDelegate.ProcessType processType, String workflowTaskName, WorkContextDelegate.Resource resource) Used for creating a Key to store a value in the WorkFlowContextstatic ObjectWorkContextDelegate.read(WorkContext workContext, WorkContextDelegate.ProcessType processType, WorkContextDelegate.Resource resource) Gets a value from the WorkflowContext by generating a Key based on the characteristics of the value supplied to this methodstatic ObjectWorkContextDelegate.read(WorkContext workContext, WorkContextDelegate.ProcessType processType, String workflowTaskName, WorkContextDelegate.Resource resource) Gets a value from the WorkflowContext by generating a Key based on the characteristics of the value supplied to this methodstatic voidWorkContextDelegate.write(WorkContext workContext, WorkContextDelegate.ProcessType processType, WorkContextDelegate.Resource resource, Object object) Gets a value from the WorkflowContext by generating a Key based on the characteristics of the value supplied to this methodstatic voidWorkContextDelegate.write(WorkContext workContext, WorkContextDelegate.ProcessType processType, String workName, WorkContextDelegate.Resource resource, Object object) Writes a value to the WorkflowContext.