public static interface ContentVersionDocument.WorkflowMetaData
Modifier and Type | Method and Description |
---|---|
String |
getAssignedTo()
Returns the value of
ContentVersionDocumentType.WorkflowMetaDataFields.ASSIGNED_TO stored in this document. |
String |
getStateId()
Returns the value of
ContentVersionDocumentType.WorkflowMetaDataFields.STATE_ID stored in this document. |
String |
getWorkflowId()
Returns the value of
ContentVersionDocumentType.WorkflowMetaDataFields.WORKFLOW_ID stored in this document. |
void |
setAssignedTo(String assignedTo)
Sets the value for
ContentVersionDocumentType.WorkflowMetaDataFields.ASSIGNED_TO in this document. |
void |
setStateId(String stateId)
Sets the value for
ContentVersionDocumentType.WorkflowMetaDataFields.STATE_ID in this document. |
void |
setWorkflowId(String workflowId)
Sets the value for
ContentVersionDocumentType.WorkflowMetaDataFields.WORKFLOW_ID in this document. |
String getWorkflowId()
ContentVersionDocumentType.WorkflowMetaDataFields.WORKFLOW_ID
stored in this document.ContentVersionDocumentType.WorkflowMetaDataFields.WORKFLOW_ID
.WorkflowConfig.getId()
void setWorkflowId(String workflowId)
ContentVersionDocumentType.WorkflowMetaDataFields.WORKFLOW_ID
in this document.workflowId
- the workflow's identifier to set.WorkflowConfig.setId(String)
String getAssignedTo()
ContentVersionDocumentType.WorkflowMetaDataFields.ASSIGNED_TO
stored in this document.ContentVersionDocumentType.WorkflowMetaDataFields.ASSIGNED_TO
.ContentWorkflowMetaData.getAssignedTo()
void setAssignedTo(String assignedTo)
ContentVersionDocumentType.WorkflowMetaDataFields.ASSIGNED_TO
in this document.assignedTo
- the principal identifier to which the content is assigned to.ContentWorkflowMetaData.setAssignedTo(String)
String getStateId()
ContentVersionDocumentType.WorkflowMetaDataFields.STATE_ID
stored in this document.ContentVersionDocumentType.WorkflowMetaDataFields.STATE_ID
.ContentWorkflowMetaData.getStateId()
void setStateId(String stateId)
ContentVersionDocumentType.WorkflowMetaDataFields.STATE_ID
in this document.stateId
- the workflow state's identifier.ContentWorkflowMetaData.setStateId(String)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.