Package com.jamasoftware.velocity.api
Interface ContourItem
-
- All Superinterfaces:
DomainObject
public interface ContourItem extends DomainObject
-
-
Method Summary
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getEntityType
java.lang.String getEntityType()
-
getGlobalId
java.lang.String getGlobalId()
-
getName
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
getDocumentKey
java.lang.String getDocumentKey()
-
getLegacyKey
java.lang.String getLegacyKey()
-
getProject
Project getProject()
-
getProjectId
java.lang.Integer getProjectId()
-
getDocumentType
DocumentType getDocumentType()
-
getActive
java.lang.Boolean getActive()
-
getHibVersion
java.lang.Integer getHibVersion()
-
getAttachment
java.lang.Integer getAttachment()
-
getLocked
java.lang.Boolean getLocked()
-
getLockedBy
User getLockedBy()
-
getSystemLocked
java.lang.Boolean getSystemLocked()
-
getLockedDate
java.util.Date getLockedDate()
-
getCustomFields
java.util.Set<DocumentCustomFieldValue> getCustomFields()
-
getVersions
java.util.List<Version> getVersions()
-
getIsStructureOnly
java.lang.Boolean getIsStructureOnly()
-
getCurrentVersion
Version getCurrentVersion()
-
getIsFolder
java.lang.Boolean getIsFolder()
-
getChildDocumentType
DocumentType getChildDocumentType()
-
getContent
java.lang.String getContent()
-
isItemAndProjectActive
java.lang.Boolean isItemAndProjectActive()
-
getLastActivityDate
java.util.Date getLastActivityDate()
-
getConnectedUsersUniqueCount
java.lang.Integer getConnectedUsersUniqueCount()
-
getCommentsCount
java.lang.Integer getCommentsCount()
-
getItemRelationshipStats
ItemRelationshipStats getItemRelationshipStats()
-
-