|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.repository.infomodel.bean.Resource com.adobe.repository.infomodel.bean.Script
public class Script
A Script is a Resource
describing
a source file of a particular script type. Examples of script types include
JavaScript and XFA-wrapped JavaScript. The Script
MIME type
should be used to indicate the type of the Script
instance.
Field Summary | |
---|---|
static int |
ATTRIBUTE_ID_STRING
Contains the attribute identifier value which represents Script instances. |
static int |
OBJECT_TYPE_SCRIPT
Contains the object type value which represents Script
instances. |
Constructor Summary | |
---|---|
Script()
Default constructor. |
Method Summary | |
---|---|
java.util.Date |
getCreateTime()
Retrieves the time at which this resource was first written to the Repository. |
java.util.Date |
getUpdateTime()
Retrieves the time at which this resource was last modified. |
void |
setCreateTime(java.util.Date createTime)
Sets the time at which this resource was first written to the Repository. |
void |
setUpdateTime(java.util.Date updateTime)
Sets the time at which this resource was last modified. |
Methods inherited from class com.adobe.repository.infomodel.bean.Resource |
---|
addLock, addResourceProperty, getAclId, getContent, getCreatedBy, getCustomStatus, getDeploymentStatus, getDescription, getETag, getHead, getId, getLid, getLocks, getMajorVersion, getMinorVersion, getName, getObjectStatus, getObjectType, getOwnerUserId, getPath, getResourceProperties, isProjected, removeLock, removeResourceProperty, setAclId, setContent, setCreatedBy, setCustomStatus, setDeploymentStatus, setDescription, setETag, setHead, setId, setLid, setMajorVersion, setMinorVersion, setName, setObjectStatus, setObjectType, setOwnerUserId, setPath, setRepositoryLoadProfile |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OBJECT_TYPE_SCRIPT
Script
instances.
public static final int ATTRIBUTE_ID_STRING
Script
instances.
Constructor Detail |
---|
public Script()
Method Detail |
---|
public java.util.Date getUpdateTime()
getUpdateTime
in class Resource
public void setUpdateTime(java.util.Date updateTime)
setUpdateTime
in class Resource
updateTime
- The time at which this resource was last modified.public java.util.Date getCreateTime()
getCreateTime
in class Resource
public void setCreateTime(java.util.Date createTime)
setCreateTime
in class Resource
createTime
- The time at which this resource was first written to the
Repository.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |