Uses of Enum Class
com.redhat.parodos.workflow.context.WorkContextDelegate.Resource
Packages that use WorkContextDelegate.Resource
-
Uses of WorkContextDelegate.Resource in com.redhat.parodos.workflow.context
Methods in com.redhat.parodos.workflow.context that return WorkContextDelegate.ResourceModifier and TypeMethodDescriptionstatic WorkContextDelegate.ResourceReturns the enum constant of this class with the specified name.static WorkContextDelegate.Resource[]WorkContextDelegate.Resource.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.ResourceModifier 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.