Package org.craftercms.studio.api.v1.to
Class DmDependencyTO
java.lang.Object
org.craftercms.studio.api.v1.to.DmDependencyTO
- All Implemented Interfaces:
Serializable
contains the dependent file names of the content specified by the URI
- Author:
- hyanghee
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DmDependencyTO> protected List<DmDependencyTO> protected List<DmDependencyTO> protected booleanprotected List<DmDependencyTO> protected booleanprotected List<DmDependencyTO> protected booleanprotected booleanprotected booleanprotected List<DmDependencyTO> protected List<DmDependencyTO> protected List<DmDependencyTO> protected ZonedDateTimeprotected booleanprotected booleanprotected Stringprotected booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void_flatten(List<DmDependencyTO> dmDependencyTOList, DmDependencyTO parent) Return Component, Documents and Assets direct dependencies unlike the _flattenChildrengetPages()getUri()booleanbooleanbooleanbooleanisNow()booleanbooleanbooleanbooleanvoidsetAssets(List<DmDependencyTO> assets) voidsetChildren(List<DmDependencyTO> children) voidsetComponents(List<DmDependencyTO> components) voidsetDeleted(boolean deleted) voidsetDeletedItems(List<DmDependencyTO> deletedItems) voidsetDeleteEmptyParentFolder(boolean _deleteEmptyParentFolder) voidsetDocuments(List<DmDependencyTO> documents) voidsetInProgress(boolean _inProgress) voidsetLevelDescriptors(List<DmDependencyTO> levelDescriptors) voidsetNow(boolean isNow) voidsetPages(List<DmDependencyTO> pages) voidsetReference(boolean reference) voidsetRenderingTemplates(List<DmDependencyTO> templates) voidsetScheduledDate(ZonedDateTime scheduledDate) voidsetSendEmail(boolean sendEmail) voidsetSubmitted(boolean _submitted) voidsetSubmittedBy(String submittedBy) voidsetSubmittedForDeletion(boolean submittedForDeletion) voidvoidsetWorkflowTasks(List<String> workflowTasks) toString()
-
Field Details
-
_assets
-
_components
-
_documents
-
_pages
-
_deletedItems
-
_children
-
_renderingTemplates
-
_levelDescriptors
-
_uri
-
_submittedBy
-
_workflowTasks
-
_deleted
protected boolean _deleted -
_isNow
protected boolean _isNow -
_isReference
protected boolean _isReference -
_submittedForDeletion
protected boolean _submittedForDeletion -
_submitted
protected boolean _submitted -
_inProgress
protected boolean _inProgress -
_sendEmail
protected boolean _sendEmail -
_scheduledDate
-
_deleteEmptyParentFolder
protected boolean _deleteEmptyParentFolder
-
-
Constructor Details
-
DmDependencyTO
public DmDependencyTO()
-
-
Method Details
-
getAssets
- Returns:
- the assets
-
setAssets
- Parameters:
assets- the assets to set
-
getComponents
- Returns:
- the components
-
setComponents
- Parameters:
components- the components to set
-
getDocuments
- Returns:
- the documents
-
setDocuments
- Parameters:
documents- the documents to set
-
getRenderingTemplates
- Returns:
- the rendering templates
-
setRenderingTemplates
- Parameters:
templates- the rendering templates to set
-
getLevelDescriptors
- Returns:
- the level descriptors
-
setLevelDescriptors
- Parameters:
levelDescriptors- the level descriptors to set
-
getUri
- Returns:
- the uri
-
setUri
- Parameters:
uri- the uri to set
-
setPages
-
getPages
-
isDeleted
public boolean isDeleted()- Returns:
- the deleted
-
setDeleted
public void setDeleted(boolean deleted) - Parameters:
deleted- the deleted to set
-
isNow
public boolean isNow()- Returns:
- the isNow
-
setNow
public void setNow(boolean isNow) - Parameters:
isNow- the isNow to set
-
isReference
public boolean isReference() -
setReference
public void setReference(boolean reference) -
isSubmittedForDeletion
public boolean isSubmittedForDeletion()- Returns:
- the submitted for deletion
-
setSubmittedForDeletion
public void setSubmittedForDeletion(boolean submittedForDeletion) - Parameters:
submittedForDeletion- for deletion to set
-
isSubmitted
public boolean isSubmitted() -
setSubmitted
public void setSubmitted(boolean _submitted) -
isInProgress
public boolean isInProgress() -
setInProgress
public void setInProgress(boolean _inProgress) -
getScheduledDate
- Returns:
- the scheduledDate
-
setScheduledDate
- Parameters:
scheduledDate- the scheduledDate to set
-
flattenChildren
-
getDeletedItems
-
setDeletedItems
-
getChildren
- Returns:
- the children
-
setChildren
- Parameters:
children- the children to set
-
isSendEmail
public boolean isSendEmail()- Returns:
- the sendEmail
-
setSendEmail
public void setSendEmail(boolean sendEmail) - Parameters:
sendEmail- the sendEmail to set
-
getSubmittedBy
-
setSubmittedBy
-
getWorkflowTasks
- Returns:
- the workflowTasks
-
setWorkflowTasks
- Parameters:
workflowTasks- the workflowTasks to set
-
setDeleteEmptyParentFolder
public void setDeleteEmptyParentFolder(boolean _deleteEmptyParentFolder) -
isDeleteEmptyParentFolder
public boolean isDeleteEmptyParentFolder() -
_flatten
-
getDirectDependencies
Return Component, Documents and Assets direct dependencies unlike the _flattenChildren- Returns:
- list of direct dependencies
-
toString
-