Class CMSWorkflowWsDTO
java.lang.Object
de.hybris.platform.cmswebservices.dto.CMSCreateVersionWsDTO
de.hybris.platform.cmswebservices.dto.CMSWorkflowWsDTO
- All Implemented Interfaces:
Serializable
Specifies properties of the CMS workflow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActions(List<CMSWorkflowActionWsDTO> actions) voidsetAttachments(List<String> attachments) voidsetCanModifyItemInWorkflow(Boolean canModifyItemInWorkflow) voidsetDescription(String description) voidsetIsAvailableForCurrentPrincipal(Boolean isAvailableForCurrentPrincipal) voidvoidsetTemplateCode(String templateCode) voidsetWorkflowCode(String workflowCode) Methods inherited from class de.hybris.platform.cmswebservices.dto.CMSCreateVersionWsDTO
getCreateVersion, getVersionLabel, setCreateVersion, setVersionLabel
-
Constructor Details
-
CMSWorkflowWsDTO
public CMSWorkflowWsDTO()
-
-
Method Details
-
setWorkflowCode
-
getWorkflowCode
-
setTemplateCode
-
getTemplateCode
-
setDescription
-
getDescription
-
setAttachments
-
getAttachments
-
setStatus
-
getStatus
-
setIsAvailableForCurrentPrincipal
-
getIsAvailableForCurrentPrincipal
-
setActions
-
getActions
-
setCanModifyItemInWorkflow
-
getCanModifyItemInWorkflow
-