public interface IDocumentContainerSet
extends com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData
IDocumentContainerSet object allows to read attribute values form a document
container set from the COCKPIT document module.Item type constant: "dcm.documentContainerSet"
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDocumentContainers()
Checks whether the docuement container set contains any document containers.
|
java.lang.String |
getCategoryID() |
java.util.List<? extends IDocumentContainer> |
getDocumentContainers()
Returns all contained document containers.
|
java.util.List<? extends IDocumentContainer> |
getDocumentContainers(java.lang.String sortingProperty)
Returns all contained document containers.
|
java.util.List<? extends IDocumentContainer> |
getDocumentContainersWithCategory(java.lang.String categoryID)
Returns all contained document containers that belong to the specified category.
|
java.util.List<? extends IDocumentContainer> |
getDocumentContainersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all contained document containers that belong to the specified category.
|
java.util.List<? extends IDocumentContainer> |
getDocumentContainersWithDefaultCategory()
Returns all contained document containers that belong to the default category.
|
java.util.List<? extends IDocumentContainer> |
getDocumentContainersWithDefaultCategory(java.lang.String sortingProperty)
Returns all contained document containers that belong to the default category.
|
java.lang.String |
getName()
Returns the name.
|
java.lang.String |
getUniqueIdentifier()
Returns a unique identifier that uniquely identifies this object
within its project.
|
com.arcway.cockpit.docgen.provider.interfaces.IRecord |
toRecord()
Converts this generic module data into a record.
|
getCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordjava.lang.String getUniqueIdentifier()
getUniqueIdentifier in interface com.arcway.cockpit.docgen.provider.interfaces.ICockpitDatajava.lang.String getName()
boolean containsDocumentContainers()
java.util.List<? extends IDocumentContainer> getDocumentContainers()
java.util.List<? extends IDocumentContainer> getDocumentContainers(java.lang.String sortingProperty)
sortingProperty - the custom property to use as a criterion for sortingjava.util.List<? extends IDocumentContainer> getDocumentContainersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IDocumentContainer> getDocumentContainersWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - the sorting propertyjava.util.List<? extends IDocumentContainer> getDocumentContainersWithDefaultCategory()
java.util.List<? extends IDocumentContainer> getDocumentContainersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - the sorting propertyjava.lang.String getCategoryID()
com.arcway.cockpit.docgen.provider.interfaces.IRecord toRecord()
In addition to all fields documented at ICockpitData.toRecord(), in
the created record, the following fields are filled accoring to the wrapped cockpit data:
IRecord.NAME_KEYtoRecord in interface com.arcway.cockpit.docgen.provider.interfaces.ICockpitData