Uses of Class
com.inteliqua.rest.flow.payload.FlowSubject
-
Packages that use FlowSubject Package Description com.inteliqua.rest.flow.payload -
-
Uses of FlowSubject in com.inteliqua.rest.flow.payload
Methods in com.inteliqua.rest.flow.payload that return FlowSubject Modifier and Type Method Description FlowSubjectFlowDtoRequest. getFlowContext()static FlowSubjectFlowSubject. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowSubject[]FlowSubject. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.inteliqua.rest.flow.payload with parameters of type FlowSubject Modifier and Type Method Description voidFlowDtoRequest. setFlowContext(FlowSubject flowContext)Constructors in com.inteliqua.rest.flow.payload with parameters of type FlowSubject Constructor Description ExtendedFlowDto(boolean deleteFlag, FlowSubject flowContext, String taskFlow)Constructs anExtendedFlowDtowith extended attributes.ExtendedFlowDto(boolean deleteFlag, FlowSubject flowContext, String taskFlow, String flowId, String flowName)Constructs anExtendedFlowDtowith both base and extended attributes.FlowDtoRequest(String flowId, boolean deleteFlag, String flowName, FlowSubject flowContext, String taskFlow)Constructor parameters in com.inteliqua.rest.flow.payload with type arguments of type FlowSubject Constructor Description FlowContextTypeListPayload(List<FlowSubject> data)
-