|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.AbstractItem
com.centrasite.control.repository.items.RepositoryObjectItem
com.centrasite.control.repository.items.RepositoryHistoryItem
public class RepositoryHistoryItem
Field Summary |
---|
Fields inherited from class com.centrasite.control.repository.items.RepositoryObjectItem |
---|
DEDICATED_PROPERTIES |
Fields inherited from class com.centrasite.control.AbstractItem |
---|
rcs_id |
Constructor Summary | |
---|---|
RepositoryHistoryItem(Connector connector,
RepositoryFileItem parent,
javax.wvcm.Resource version)
|
Method Summary | |
---|---|
java.lang.String |
getComment()
Get comment. |
java.lang.String |
getContentLength()
Get content length. |
java.lang.String |
getDescription()
|
java.lang.String |
getHistoryName()
Gets name of the WebDAV object for in current version. |
java.lang.String |
getImageURL()
|
java.lang.String |
getName()
Get version name. |
java.lang.String |
getNameEx()
Get version name. |
ReportInterface |
getReport()
Get report to be used when selecting given object in tree. |
ReportInterface |
getReportForDetailView()
Get report to be used for data access in detail view of THIS Item - not for child nodes! |
java.lang.String |
getUrl()
Obtain the URL to be used to access version of repository file |
java.lang.Float |
getVersion()
Get version number. |
boolean |
hasChildren()
Indicates whether childs objects exist. |
boolean |
isReadOnly()
|
void |
setComment(java.lang.String value)
Set comment. |
Methods inherited from class com.centrasite.control.repository.items.RepositoryObjectItem |
---|
checkAndDeleteExternaLinkReferencies, clearProperties, create, createItem, equals, getAccessControlElements, getAutoVersion, getChildren, getChildren, getContentType, getCreationDate, getCurrentUserPermissionItem, getDocumentName, getKey, getModificationDate, getModifiedDateObject, getOwner, getParent, getPath, getProperties, getProvider, getRepositoryConnector, getResource, getTrimmedPath, getTrimmedPath, hashCode, hasNoChildren, isLocationChanged, isModified, isReferenced, isReferencedByMyCentraSite, rename, save, save, setAccessControlElements, setDisplayName, setLocationChanged, setNewLocation, setParent, setProperties, setResource, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryHistoryItem(Connector connector, RepositoryFileItem parent, javax.wvcm.Resource version)
Method Detail |
---|
public boolean hasChildren()
hasChildren
in class RepositoryObjectItem
public java.lang.String getName()
getName
in interface Item
getName
in class RepositoryObjectItem
public java.lang.String getHistoryName()
public java.lang.String getNameEx()
getNameEx
in interface Item
getNameEx
in class RepositoryObjectItem
public java.lang.String getDescription() throws java.lang.Exception
getDescription
in interface Item
getDescription
in class RepositoryObjectItem
java.lang.Exception
public java.lang.String getImageURL()
getImageURL
in interface Item
getImageURL
in class RepositoryObjectItem
public ReportInterface getReport()
AbstractItem
getReport
in interface Item
getReport
in class AbstractItem
public java.lang.Float getVersion()
public java.lang.String getContentLength() throws java.lang.Exception
getContentLength
in class RepositoryObjectItem
java.lang.Exception
public ReportInterface getReportForDetailView()
AbstractItem
getReportForDetailView
in interface Item
getReportForDetailView
in class AbstractItem
public java.lang.String getUrl()
public java.lang.String getComment()
RepositoryObjectItem
getComment
in class RepositoryObjectItem
public void setComment(java.lang.String value)
RepositoryObjectItem
setComment
in class RepositoryObjectItem
value
- Comment to setpublic boolean isReadOnly()
isReadOnly
in interface Item
isReadOnly
in class AbstractItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |