public interface TargetDef
extends javax.ejb.EJBLocalObject
TargetDefHome
| 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 | [:topologyDef.targets, :targetDef.surrogateFor] |
| resourceBundle | atg.epub.PublishingRepositoryResources |
| uiwritable | false |
| Property Name | Property Type | Property Description | Flags |
|---|---|---|---|
| agents | Set of AgentDef |
Agent Definitions | R, W, CsD, Cch, CoM, Mv, Qry |
| creationTime | Timestamp |
Creation time | R, W, Cch, Qry |
| description | String |
Description | R, W, Cch, Qry |
| destinations | Map |
Destination repositories and VFSs for this Target server | R, W, Cch, CoM, Mv, Qry |
| displayName | String |
Name | R, W, Cch, Qry |
| flagAgents | boolean | If the agents should be simply flagged on target initialization ? | R, W, Cch, Qry |
| halted | boolean | If this target is not accepting deployment jobs ? | R, W, Cch, Qry |
| id | String |
Target ID | R, W, Cch, Id, Qry, Exp |
| initialSnapshotName | String |
Initial snapshot name | R, W, Cch, Qry, Exp |
| repositoryTableMappings | Map with TableMapping values |
Repository table mappings | R, W, CsD, Cch, CoM, Mv, Qry |
| surrogateFor | TargetDef |
Target for which this target acts as a surrogate | R, W, Cch, Qry |
| targetType | TargetDefTargetType |
Target type | R, W, Cch, Qry |
| version | int | Version | R, Cch, Qry, Exp |
Property agents ("Agent Definitions"): Set of AgentDef
getAgents()
setAgents(java.util.Set)
| 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 description ("Description"): String
getDescription()
setDescription(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property destinations ("Destination repositories and VFSs for this Target server"): Map
getDestinations()
setDestinations(java.util.Map)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property displayName ("Name"): String
getDisplayName()
setDisplayName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property flagAgents ("If the agents should be simply flagged on target initialization ?"): boolean
isFlagAgents()
setFlagAgents(boolean)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property halted ("If this target is not accepting deployment jobs ?"): boolean
isHalted()
setHalted(boolean)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property id ("Target ID"): String
getId()
setId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property initialSnapshotName ("Initial snapshot name"): String
getInitialSnapshotName()
setInitialSnapshotName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property repositoryTableMappings ("Repository table mappings"): Map with TableMapping values
getRepositoryTableMappings()
setRepositoryTableMappings(java.util.Map)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property surrogateFor ("Target for which this target acts as a surrogate"): TargetDef
getSurrogateFor()
setSurrogateFor(atg.epub.project.TargetDef)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property targetType ("Target type"): TargetDefTargetType
getTargetType()
setTargetType(atg.epub.project.TargetDefTargetType)
| 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(TargetDef destination)
Copies the property values of this instance to another instance of the same data type.
|
java.util.Set |
getAgents()
Getter for property agents ("Agent Definitions")
|
java.sql.Timestamp |
getCreationTime()
Getter for property creationTime ("Creation time")
|
java.lang.String |
getDescription()
Getter for property description ("Description")
|
java.util.Map |
getDestinations()
Getter for property destinations ("Destination repositories and VFSs for this Target server")
|
java.lang.String |
getDisplayName()
Getter for property displayName ("Name")
|
boolean |
getHasFlagAgents()
Returns true if the value of property flagAgents is null.
|
boolean |
getHasHalted()
Returns true if the value of property halted is null.
|
boolean |
getHasVersion()
Returns true if the value of property version is null.
|
java.lang.String |
getId()
Getter for property id ("Target ID")
|
java.lang.String |
getInitialSnapshotName()
Getter for property initialSnapshotName ("Initial snapshot name")
|
java.util.Map |
getRepositoryTableMappings()
Getter for property repositoryTableMappings ("Repository table mappings")
|
TargetDef |
getSurrogateFor()
Getter for property surrogateFor ("Target for which this target acts as a surrogate")
|
atg.epub.project.TargetDefTargetType |
getTargetType()
Getter for property targetType ("Target type")
|
int |
getVersion()
Getter for property version ("Version")
|
boolean |
isFlagAgents()
Getter for property flagAgents ("If the agents should be simply flagged on target initialization ?")
|
boolean |
isHalted()
Getter for property halted ("If this target is not accepting deployment jobs ?")
|
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 |
setAgents(java.util.Set value)
Setter for property agents ("Agent Definitions").
|
void |
setCreationTime(java.sql.Timestamp value)
Setter for property creationTime ("Creation time").
|
void |
setDescription(java.lang.String value)
Setter for property description ("Description").
|
void |
setDestinations(java.util.Map value)
Setter for property destinations ("Destination repositories and VFSs for this Target server").
|
void |
setDisplayName(java.lang.String value)
Setter for property displayName ("Name").
|
void |
setFlagAgents(boolean value)
Setter for property flagAgents ("If the agents should be simply flagged on target initialization ?").
|
void |
setHalted(boolean value)
Setter for property halted ("If this target is not accepting deployment jobs ?").
|
void |
setHasFlagAgents(boolean value)
If this is set to false, then the underlying value of property flagAgents is set to null.
|
void |
setHasHalted(boolean value)
If this is set to false, then the underlying value of property halted is set to null.
|
void |
setId(java.lang.String value)
Setter for property id ("Target ID").
|
void |
setInitialSnapshotName(java.lang.String value)
Setter for property initialSnapshotName ("Initial snapshot name").
|
void |
setRepositoryTableMappings(java.util.Map value)
Setter for property repositoryTableMappings ("Repository table mappings").
|
void |
setSurrogateFor(TargetDef value)
Setter for property surrogateFor ("Target for which this target acts as a surrogate").
|
void |
setTargetType(atg.epub.project.TargetDefTargetType value)
Setter for property targetType ("Target type").
|
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.util.Set getAgents()
throws javax.ejb.EJBException
Set of AgentDefjavax.ejb.EJBExceptionvoid setAgents(java.util.Set 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 - Set of AgentDefjavax.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 getDescription()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setDescription(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.util.Map getDestinations()
throws javax.ejb.EJBException
Mapjavax.ejb.EJBExceptionvoid setDestinations(java.util.Map 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 - Mapjavax.ejb.EJBExceptionjava.lang.String getDisplayName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setDisplayName(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 isFlagAgents()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasFlagAgents()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setFlagAgents(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 setHasFlagAgents(boolean value)
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean isHalted()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasHalted()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setHalted(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 setHasHalted(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 getInitialSnapshotName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setInitialSnapshotName(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.util.Map getRepositoryTableMappings()
throws javax.ejb.EJBException
Map with TableMapping valuesjavax.ejb.EJBExceptionvoid setRepositoryTableMappings(java.util.Map 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 - Map with TableMapping valuesjavax.ejb.EJBExceptionTargetDef getSurrogateFor() throws javax.ejb.EJBException
TargetDefjavax.ejb.EJBExceptionvoid setSurrogateFor(TargetDef 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 - TargetDefjavax.ejb.EJBExceptionatg.epub.project.TargetDefTargetType getTargetType()
throws javax.ejb.EJBException
TargetDefTargetTypejavax.ejb.EJBExceptionvoid setTargetType(atg.epub.project.TargetDefTargetType 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 - TargetDefTargetTypejavax.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(TargetDef 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()