Uses of Class
com.redhat.parodos.workflow.context.WorkContextDelegate.ProcessType
-
Packages that use WorkContextDelegate.ProcessType Package Description com.redhat.parodos.workflow.context -
-
Uses of WorkContextDelegate.ProcessType in com.redhat.parodos.workflow.context
Methods in com.redhat.parodos.workflow.context that return WorkContextDelegate.ProcessType Modifier and Type Method Description static WorkContextDelegate.ProcessTypeWorkContextDelegate.ProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkContextDelegate.ProcessType[]WorkContextDelegate.ProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redhat.parodos.workflow.context with parameters of type WorkContextDelegate.ProcessType Modifier and Type Method Description static 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.
-