public interface DeploymentLog
extends javax.ejb.EJBLocalObject
DeploymentLogHome
| 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 |
| resourceBundle | atg.epub.PublishingRepositoryResources |
| Property Name | Property Type | Property Description | Flags |
|---|---|---|---|
| actor | RepositoryItem |
Actor | R, W, Cch, Qry |
| beginTime | Timestamp |
Deployment begin | R, W, Cch, Qry |
| delimitedProjectIds | String |
Delimited project IDs | R, W, Cch, Qry, Exp |
| delimiter | String |
Delimiter | R, W, Cch, Qry, Exp |
| deploymentId | String |
Deployment Id | R, W, Cch, Qry, Exp |
| deploymentMode | DeploymentLogEnumDeploymentMode |
R, W, Cch, Qry | |
| deploymentType | DeploymentLogEnumDeploymentType |
Deployment Type | R, W, Cch, Qry |
| endTime | Timestamp |
Deployment end | R, W, Cch, Qry |
| id | String |
Log id | R, W, Cch, Id, Qry, Exp |
| logTime | Timestamp |
Deployment log time | R, W, Cch, Qry |
| status | DeploymentLogEnumStatus |
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 |
| targetName | String |
R, W, Cch, Qry |
Property actor ("Actor"): RepositoryItem
getActor()
setActor(atg.repository.RepositoryItem)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property beginTime ("Deployment begin"): Timestamp
getBeginTime()
setBeginTime(java.sql.Timestamp)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property delimitedProjectIds ("Delimited project IDs"): String
getDelimitedProjectIds()
setDelimitedProjectIds(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property delimiter ("Delimiter"): String
getDelimiter()
setDelimiter(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property deploymentId ("Deployment Id"): String
getDeploymentId()
setDeploymentId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property deploymentMode: DeploymentLogEnumDeploymentMode
getDeploymentMode()
setDeploymentMode(atg.epub.project.DeploymentLogEnumDeploymentMode)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property deploymentType ("Deployment Type"): DeploymentLogEnumDeploymentType
getDeploymentType()
setDeploymentType(atg.epub.project.DeploymentLogEnumDeploymentType)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property endTime ("Deployment end"): Timestamp
getEndTime()
setEndTime(java.sql.Timestamp)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property id ("Log id"): String
getId()
setId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property logTime ("Deployment log time"): Timestamp
getLogTime()
setLogTime(java.sql.Timestamp)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property status ("Status"): DeploymentLogEnumStatus
getStatus()
setStatus(atg.epub.project.DeploymentLogEnumStatus)
| 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 targetName: String
getTargetName()
setTargetName(java.lang.String)
| 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(DeploymentLog destination)
Copies the property values of this instance to another instance of the same data type.
|
RepositoryItem |
getActor()
Getter for property actor ("Actor")
|
java.sql.Timestamp |
getBeginTime()
Getter for property beginTime ("Deployment begin")
|
java.lang.String |
getDelimitedProjectIds()
Getter for property delimitedProjectIds ("Delimited project IDs")
|
java.lang.String |
getDelimiter()
Getter for property delimiter ("Delimiter")
|
java.lang.String |
getDeploymentId()
Getter for property deploymentId ("Deployment Id")
|
DeploymentLogEnumDeploymentMode |
getDeploymentMode()
Getter for property deploymentMode
|
DeploymentLogEnumDeploymentType |
getDeploymentType()
Getter for property deploymentType ("Deployment Type")
|
java.sql.Timestamp |
getEndTime()
Getter for property endTime ("Deployment end")
|
boolean |
getHasStrictFileOps()
Returns true if the value of property strictFileOps is null.
|
boolean |
getHasStrictRepoOps()
Returns true if the value of property strictRepoOps is null.
|
java.lang.String |
getId()
Getter for property id ("Log id")
|
java.sql.Timestamp |
getLogTime()
Getter for property logTime ("Deployment log time")
|
DeploymentLogEnumStatus |
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 |
getTargetName()
Getter for property targetName
|
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 |
setActor(RepositoryItem value)
Setter for property actor ("Actor").
|
void |
setBeginTime(java.sql.Timestamp value)
Setter for property beginTime ("Deployment begin").
|
void |
setDelimitedProjectIds(java.lang.String value)
Setter for property delimitedProjectIds ("Delimited project IDs").
|
void |
setDelimiter(java.lang.String value)
Setter for property delimiter ("Delimiter").
|
void |
setDeploymentId(java.lang.String value)
Setter for property deploymentId ("Deployment Id").
|
void |
setDeploymentMode(DeploymentLogEnumDeploymentMode value)
Setter for property deploymentMode .
|
void |
setDeploymentType(DeploymentLogEnumDeploymentType value)
Setter for property deploymentType ("Deployment Type").
|
void |
setEndTime(java.sql.Timestamp value)
Setter for property endTime ("Deployment end").
|
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 ("Log id").
|
void |
setLogTime(java.sql.Timestamp value)
Setter for property logTime ("Deployment log time").
|
void |
setStatus(DeploymentLogEnumStatus 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 |
setTargetName(java.lang.String value)
Setter for property targetName .
|
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.
|
RepositoryItem getActor() throws javax.ejb.EJBException
RepositoryItemjavax.ejb.EJBExceptionvoid setActor(RepositoryItem 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 - RepositoryItemjavax.ejb.EJBExceptionjava.sql.Timestamp getBeginTime()
throws javax.ejb.EJBException
Timestampjavax.ejb.EJBExceptionvoid setBeginTime(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 getDelimitedProjectIds()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setDelimitedProjectIds(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 getDelimiter()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setDelimiter(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 getDeploymentId()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setDeploymentId(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.EJBExceptionDeploymentLogEnumDeploymentMode getDeploymentMode() throws javax.ejb.EJBException
DeploymentLogEnumDeploymentModejavax.ejb.EJBExceptionvoid setDeploymentMode(DeploymentLogEnumDeploymentMode 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 - DeploymentLogEnumDeploymentModejavax.ejb.EJBExceptionDeploymentLogEnumDeploymentType getDeploymentType() throws javax.ejb.EJBException
DeploymentLogEnumDeploymentTypejavax.ejb.EJBExceptionvoid setDeploymentType(DeploymentLogEnumDeploymentType 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 - DeploymentLogEnumDeploymentTypejavax.ejb.EJBExceptionjava.sql.Timestamp getEndTime()
throws javax.ejb.EJBException
Timestampjavax.ejb.EJBExceptionvoid setEndTime(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 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.sql.Timestamp getLogTime()
throws javax.ejb.EJBException
Timestampjavax.ejb.EJBExceptionvoid setLogTime(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.EJBExceptionDeploymentLogEnumStatus getStatus() throws javax.ejb.EJBException
DeploymentLogEnumStatusjavax.ejb.EJBExceptionvoid setStatus(DeploymentLogEnumStatus 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 - DeploymentLogEnumStatusjavax.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 getTargetName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setTargetName(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.EJBExceptionboolean isRemoved()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid copyTo(DeploymentLog 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()