|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.repository.infomodel.bean.Resource
com.adobe.repository.infomodel.bean.GenericDocument
com.adobe.repository.infomodel.bean.FormTemplate
public class FormTemplate
A FormTemplate is a document describing an XFA template.
| Field Summary | |
|---|---|
static int |
ATTRIBUTE_ID_STRING
Contains the attribute identifier value which represents FormTemplate instances. |
static int |
OBJECT_TYPE_FORM_TEMPLATE
Contains the object type value which represents FormTemplate
instances. |
| Fields inherited from class com.adobe.repository.infomodel.bean.GenericDocument |
|---|
OBJECT_TYPE_GENERICDOCUMENT |
| Constructor Summary | |
|---|---|
FormTemplate()
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_FORM_TEMPLATE
FormTemplate
instances.
public static final int ATTRIBUTE_ID_STRING
FormTemplate instances.
| Constructor Detail |
|---|
public FormTemplate()
| Method Detail |
|---|
public java.util.Date getUpdateTime()
getUpdateTime in class GenericDocumentpublic void setUpdateTime(java.util.Date updateTime)
setUpdateTime in class GenericDocumentupdateTime - public java.util.Date getCreateTime()
getCreateTime in class GenericDocumentpublic void setCreateTime(java.util.Date createTime)
setCreateTime in class GenericDocumentcreateTime - 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 | ||||||||