public interface PendingDeployment
extends javax.ejb.EJBLocalObject
PendingDeploymentHome
| Attribute Name | Attribute Value |
|---|---|
| atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
| categoryBasicsPriority | 10 |
| categoryInfoPriority | 20 |
| references | [:pendingDeployment.next, :pendingDeployment.previous] |
| resourceBundle | atg.epub.PublishingRepositoryResources |
| Property Name | Property Type | Property Description | Flags |
|---|---|---|---|
| URI | String |
R, W, Cch, Qry | |
| creationTime | Timestamp |
Creation time | R, W, Cch, Qry |
| creator | String |
Creator | R, W, Cch, Qry |
| deployTime | Timestamp |
Deploy time | R, W, Cch, Qry |
| errorParams | List |
Error parameters | R, W, Cch, CoM, Mv, Qry |
| forceFull | boolean | Force full deployment | R, W, Cch, Qry |
| id | String |
Deployment Id | R, W, Cch, Id, Qry, Exp |
| messageCode | String |
Message code | R, W, Cch, Qry, Exp |
| next | PendingDeployment |
Next deplolyment job in line | R, W, Cch, Qry |
| previous | PendingDeployment |
Previous deployment in line | R, W, Cch, Qry |
| projectIDs | String[] |
Project IDs | R, W, Cch, Mv, Qry |
| status | int | Status | R, W, Cch, Qry |
| strictFileOps | int | Strict repository update operations | R, W, Cch, Qry |
| strictRepoOps | int | Strict file update operations | R, W, Cch, Qry |
| targetID | String |
Target ID | R, W, Cch, Qry |
| type | PendingDeploymentType |
Deployment Type | R, W, Cch, Qry |
| version | int | Version | R, Cch, Qry, Exp |
Property URI: String
getURI()
setURI(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property creationTime ("Creation time"): Timestamp
getCreationTime()
setCreationTime(java.sql.Timestamp)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property creator ("Creator"): String
getCreator()
setCreator(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property deployTime ("Deploy time"): Timestamp
getDeployTime()
setDeployTime(java.sql.Timestamp)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property errorParams ("Error parameters"): List
getErrorParams()
setErrorParams(java.util.List)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property forceFull ("Force full deployment"): boolean
isForceFull()
setForceFull(boolean)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property id ("Deployment Id"): String
getId()
setId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property messageCode ("Message code"): String
getMessageCode()
setMessageCode(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property next ("Next deplolyment job in line"): PendingDeployment
getNext()
setNext(atg.epub.project.PendingDeployment)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property previous ("Previous deployment in line"): PendingDeployment
getPrevious()
setPrevious(atg.epub.project.PendingDeployment)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property projectIDs ("Project IDs"): String[]
getProjectIDs()
setProjectIDs(java.lang.String[])
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property status ("Status"): int
getStatus()
setStatus(int)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property strictFileOps ("Strict repository update operations"): int
getStrictFileOps()
setStrictFileOps(int)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property strictRepoOps ("Strict file update operations"): int
getStrictRepoOps()
setStrictRepoOps(int)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property targetID ("Target ID"): String
getTargetID()
setTargetID(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property type ("Deployment Type"): PendingDeploymentType
getType()
setType(atg.epub.project.PendingDeploymentType)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property version ("Version"): int
getVersion()
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_isMutable()
Returns true if the item is mutable.
|
void |
copyTo(PendingDeployment destination)
Copies the property values of this instance to another instance of the same data type.
|
java.sql.Timestamp |
getCreationTime()
Getter for property creationTime ("Creation time")
|
java.lang.String |
getCreator()
Getter for property creator ("Creator")
|
java.sql.Timestamp |
getDeployTime()
Getter for property deployTime ("Deploy time")
|
java.util.List |
getErrorParams()
Getter for property errorParams ("Error parameters")
|
boolean |
getHasForceFull()
Returns true if the value of property forceFull is null.
|
boolean |
getHasStatus()
Returns true if the value of property status is null.
|
boolean |
getHasStrictFileOps()
Returns true if the value of property strictFileOps is null.
|
boolean |
getHasStrictRepoOps()
Returns true if the value of property strictRepoOps is null.
|
boolean |
getHasVersion()
Returns true if the value of property version is null.
|
java.lang.String |
getId()
Getter for property id ("Deployment Id")
|
java.lang.String |
getMessageCode()
Getter for property messageCode ("Message code")
|
PendingDeployment |
getNext()
Getter for property next ("Next deplolyment job in line")
|
PendingDeployment |
getPrevious()
Getter for property previous ("Previous deployment in line")
|
java.lang.String[] |
getProjectIDs()
Getter for property projectIDs ("Project IDs")
|
int |
getStatus()
Getter for property status ("Status")
|
int |
getStrictFileOps()
Getter for property strictFileOps ("Strict repository update operations")
|
int |
getStrictRepoOps()
Getter for property strictRepoOps ("Strict file update operations")
|
java.lang.String |
getTargetID()
Getter for property targetID ("Target ID")
|
atg.epub.project.PendingDeploymentType |
getType()
Getter for property type ("Deployment Type")
|
java.lang.String |
getURI()
Getter for property URI
|
int |
getVersion()
Getter for property version ("Version")
|
boolean |
isForceFull()
Getter for property forceFull ("Force full deployment")
|
boolean |
isRemoved()
Returns true if the underlying object has been removed.
|
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write.
|
void |
setCreationTime(java.sql.Timestamp value)
Setter for property creationTime ("Creation time").
|
void |
setCreator(java.lang.String value)
Setter for property creator ("Creator").
|
void |
setDeployTime(java.sql.Timestamp value)
Setter for property deployTime ("Deploy time").
|
void |
setErrorParams(java.util.List value)
Setter for property errorParams ("Error parameters").
|
void |
setForceFull(boolean value)
Setter for property forceFull ("Force full deployment").
|
void |
setHasForceFull(boolean value)
If this is set to false, then the underlying value of property forceFull is set to null.
|
void |
setHasStatus(boolean value)
If this is set to false, then the underlying value of property status is set to null.
|
void |
setHasStrictFileOps(boolean value)
If this is set to false, then the underlying value of property strictFileOps is set to null.
|
void |
setHasStrictRepoOps(boolean value)
If this is set to false, then the underlying value of property strictRepoOps is set to null.
|
void |
setId(java.lang.String value)
Setter for property id ("Deployment Id").
|
void |
setMessageCode(java.lang.String value)
Setter for property messageCode ("Message code").
|
void |
setNext(PendingDeployment value)
Setter for property next ("Next deplolyment job in line").
|
void |
setPrevious(PendingDeployment value)
Setter for property previous ("Previous deployment in line").
|
void |
setProjectIDs(java.lang.String[] value)
Setter for property projectIDs ("Project IDs").
|
void |
setStatus(int value)
Setter for property status ("Status").
|
void |
setStrictFileOps(int value)
Setter for property strictFileOps ("Strict repository update operations").
|
void |
setStrictRepoOps(int value)
Setter for property strictRepoOps ("Strict file update operations").
|
void |
setTargetID(java.lang.String value)
Setter for property targetID ("Target ID").
|
void |
setType(atg.epub.project.PendingDeploymentType value)
Setter for property type ("Deployment Type").
|
void |
setURI(java.lang.String value)
Setter for property URI .
|
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries.
|
java.lang.String getURI()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setURI(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionjava.sql.Timestamp getCreationTime()
throws javax.ejb.EJBException
Timestampjavax.ejb.EJBExceptionvoid setCreationTime(java.sql.Timestamp value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Timestampjavax.ejb.EJBExceptionjava.lang.String getCreator()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setCreator(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionjava.sql.Timestamp getDeployTime()
throws javax.ejb.EJBException
Timestampjavax.ejb.EJBExceptionvoid setDeployTime(java.sql.Timestamp value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Timestampjavax.ejb.EJBExceptionjava.util.List getErrorParams()
throws javax.ejb.EJBException
Listjavax.ejb.EJBExceptionvoid setErrorParams(java.util.List value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Listjavax.ejb.EJBExceptionboolean isForceFull()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasForceFull()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setForceFull(boolean value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - booleanjavax.ejb.EJBExceptionvoid setHasForceFull(boolean value)
throws javax.ejb.EJBException
javax.ejb.EJBExceptionjava.lang.String getId()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setId(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionjava.lang.String getMessageCode()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setMessageCode(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionPendingDeployment getNext() throws javax.ejb.EJBException
PendingDeploymentjavax.ejb.EJBExceptionvoid setNext(PendingDeployment value) throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - PendingDeploymentjavax.ejb.EJBExceptionPendingDeployment getPrevious() throws javax.ejb.EJBException
PendingDeploymentjavax.ejb.EJBExceptionvoid setPrevious(PendingDeployment value) throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - PendingDeploymentjavax.ejb.EJBExceptionjava.lang.String[] getProjectIDs()
throws javax.ejb.EJBException
String[]javax.ejb.EJBExceptionvoid setProjectIDs(java.lang.String[] value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - String[]javax.ejb.EJBExceptionint getStatus()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasStatus()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setStatus(int value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - intjavax.ejb.EJBExceptionvoid setHasStatus(boolean value)
throws javax.ejb.EJBException
javax.ejb.EJBExceptionint getStrictFileOps()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasStrictFileOps()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setStrictFileOps(int value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - intjavax.ejb.EJBExceptionvoid setHasStrictFileOps(boolean value)
throws javax.ejb.EJBException
javax.ejb.EJBExceptionint getStrictRepoOps()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasStrictRepoOps()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setStrictRepoOps(int value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - intjavax.ejb.EJBExceptionvoid setHasStrictRepoOps(boolean value)
throws javax.ejb.EJBException
javax.ejb.EJBExceptionjava.lang.String getTargetID()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setTargetID(java.lang.String value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - Stringjavax.ejb.EJBExceptionatg.epub.project.PendingDeploymentType getType()
throws javax.ejb.EJBException
PendingDeploymentTypejavax.ejb.EJBExceptionvoid setType(atg.epub.project.PendingDeploymentType value)
throws javax.ejb.EJBException
writeInstance() method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite() method may need to be called before making any changes.value - PendingDeploymentTypejavax.ejb.EJBExceptionint getVersion()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasVersion()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean isRemoved()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid copyTo(PendingDeployment destination) throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid writeInstance()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid prepareInstanceForWrite()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean _isMutable()