Package org.chenile.workflow.dto
Class StateEntityServiceResponse<T>
java.lang.Object
org.chenile.workflow.dto.StateEntityServiceResponse<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowedActionsAndMetadata
(List<Map<String, String>> allowedActionsAndMetadata) void
setMutatedEntity
(T mutatedEntity)
-
Field Details
-
mutatedEntity
-
allowedActionsAndMetadata
-
-
Constructor Details
-
StateEntityServiceResponse
public StateEntityServiceResponse()
-
-
Method Details
-
getMutatedEntity
-
setMutatedEntity
-
getAllowedActionsAndMetadata
-
setAllowedActionsAndMetadata
-