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
RepositoryItem
javax.ejb.EJBException
void 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
- RepositoryItem
javax.ejb.EJBException
java.sql.Timestamp getBeginTime() throws javax.ejb.EJBException
Timestamp
javax.ejb.EJBException
void 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
- Timestamp
javax.ejb.EJBException
java.lang.String getDelimitedProjectIds() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void 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
- String
javax.ejb.EJBException
java.lang.String getDelimiter() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void 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
- String
javax.ejb.EJBException
java.lang.String getDeploymentId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void 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
- String
javax.ejb.EJBException
DeploymentLogEnumDeploymentMode getDeploymentMode() throws javax.ejb.EJBException
DeploymentLogEnumDeploymentMode
javax.ejb.EJBException
void 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
- DeploymentLogEnumDeploymentMode
javax.ejb.EJBException
DeploymentLogEnumDeploymentType getDeploymentType() throws javax.ejb.EJBException
DeploymentLogEnumDeploymentType
javax.ejb.EJBException
void 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
- DeploymentLogEnumDeploymentType
javax.ejb.EJBException
java.sql.Timestamp getEndTime() throws javax.ejb.EJBException
Timestamp
javax.ejb.EJBException
void 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
- Timestamp
javax.ejb.EJBException
java.lang.String getId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void 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
- String
javax.ejb.EJBException
java.sql.Timestamp getLogTime() throws javax.ejb.EJBException
Timestamp
javax.ejb.EJBException
void 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
- Timestamp
javax.ejb.EJBException
DeploymentLogEnumStatus getStatus() throws javax.ejb.EJBException
DeploymentLogEnumStatus
javax.ejb.EJBException
void 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
- DeploymentLogEnumStatus
javax.ejb.EJBException
int getStrictFileOps() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasStrictFileOps() throws javax.ejb.EJBException
javax.ejb.EJBException
void 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.EJBException
void setHasStrictFileOps(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
int getStrictRepoOps() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean getHasStrictRepoOps() throws javax.ejb.EJBException
javax.ejb.EJBException
void 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.EJBException
void setHasStrictRepoOps(boolean value) throws javax.ejb.EJBException
javax.ejb.EJBException
java.lang.String getTargetName() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void 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
- String
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(DeploymentLog destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean _isMutable()