|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Versionable
| Method Summary | |
|---|---|
java.lang.String |
getInode()
gets the inode (specific version id) of the versionable |
java.util.Date |
getModDate()
returns the timestamp of when the last modification was made |
java.lang.String |
getModUser()
returns user who last modified the version |
java.lang.String |
getTitle()
returns the title of the specific asset |
java.lang.String |
getVersionId()
The VersionId is the identifier of the versionable web asset every version of the particular webasset will share the same versionId/Identifier |
java.lang.String |
getVersionType()
this returns the string "type" (the db table) of the versionable web asset. |
boolean |
isArchived()
returns if the asset is archived or not |
boolean |
isLive()
returns if the asset is live or not |
boolean |
isLocked()
returns if the asset is locked or not |
boolean |
isWorking()
returns if the asset is working or not |
void |
setVersionId(java.lang.String versionId)
sets the versionId (identifier) of the asset |
| Method Detail |
|---|
java.lang.String getVersionId()
void setVersionId(java.lang.String versionId)
versionId - java.lang.String getVersionType()
java.lang.String getInode()
boolean isArchived()
throws DotStateException,
DotDataException,
DotSecurityException
DotStateException
DotDataException
DotSecurityException
boolean isWorking()
throws DotStateException,
DotDataException,
DotSecurityException
DotStateException
DotDataException
DotSecurityException
boolean isLive()
throws DotStateException,
DotDataException,
DotSecurityException
DotStateException
DotDataException
DotSecurityException
java.lang.String getTitle()
throws DotStateException,
DotDataException,
DotSecurityException
DotStateException
DotDataException
DotSecurityExceptionjava.lang.String getModUser()
java.util.Date getModDate()
boolean isLocked()
throws DotStateException,
DotDataException,
DotSecurityException
DotStateException
DotDataException
DotSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||