public interface ProcessTaskInfo
extends javax.ejb.EJBLocalObject
ProcessTaskInfoHome
| 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 |
| references | [:process.taskInfos] |
| resourceBundle | atg.epub.PublishingRepositoryResources |
| Property Name | Property Type | Property Description | Flags |
|---|---|---|---|
| acl | String |
Runtime access control list | R, W, Cch, Qry |
| id | String |
Task information id | R, W, Cch, Id, Qry |
| lastActionDate | Timestamp |
Last action date | R, W, Cch, Qry |
| lastActorName | String |
Last actor | R, W, Cch, Qry |
| lastOutcomeElementId | String |
Last outcome | R, W, Cch, Qry |
| ownerName | String |
Owner | R, W, Cch, Qry |
| priority | int | Priority | R, W, Cch, Qry |
| process | Process |
Process id | R, W, Cch, Qry, Req |
| processName | String |
Process name | R, W, Cch, Qry |
| segmentName | String |
Segment name | R, W, Cch, Qry |
| taskElementId | String |
Task element id | R, W, Cch, Qry |
| version | int | Version | R, Cch, Qry, Exp |
Property acl ("Runtime access control list"): String
getAcl()
setAcl(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property id ("Task information id"): String
getId()
setId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property lastActionDate ("Last action date"): Timestamp
getLastActionDate()
setLastActionDate(java.sql.Timestamp)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property lastActorName ("Last actor"): String
getLastActorName()
setLastActorName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property lastOutcomeElementId ("Last outcome"): String
getLastOutcomeElementId()
setLastOutcomeElementId(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property ownerName ("Owner"): String
getOwnerName()
setOwnerName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property priority ("Priority"): int
getPriority()
setPriority(int)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property process ("Process id"): Process
getProcess()
setProcess(atg.epub.project.Process)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property processName ("Process name"): String
getProcessName()
setProcessName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property segmentName ("Segment name"): String
getSegmentName()
setSegmentName(java.lang.String)
| Attribute Name | Attribute Value |
|---|---|
| resourceBundle | atg.epub.PublishingRepositoryResources |
Property taskElementId ("Task element id"): String
getTaskElementId()
setTaskElementId(java.lang.String)
| 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(ProcessTaskInfo destination)
Copies the property values of this instance to another instance of the same data type.
|
java.lang.String |
getAcl()
Getter for property acl ("Runtime access control list")
|
boolean |
getHasPriority()
Returns true if the value of property priority is null.
|
boolean |
getHasVersion()
Returns true if the value of property version is null.
|
java.lang.String |
getId()
Getter for property id ("Task information id")
|
java.sql.Timestamp |
getLastActionDate()
Getter for property lastActionDate ("Last action date")
|
java.lang.String |
getLastActorName()
Getter for property lastActorName ("Last actor")
|
java.lang.String |
getLastOutcomeElementId()
Getter for property lastOutcomeElementId ("Last outcome")
|
java.lang.String |
getOwnerName()
Getter for property ownerName ("Owner")
|
int |
getPriority()
Getter for property priority ("Priority")
|
Process |
getProcess()
Getter for property process ("Process id")
|
java.lang.String |
getProcessName()
Getter for property processName ("Process name")
|
java.lang.String |
getSegmentName()
Getter for property segmentName ("Segment name")
|
java.lang.String |
getTaskElementId()
Getter for property taskElementId ("Task element id")
|
int |
getVersion()
Getter for property version ("Version")
|
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 |
setAcl(java.lang.String value)
Setter for property acl ("Runtime access control list").
|
void |
setHasPriority(boolean value)
If this is set to false, then the underlying value of property priority is set to null.
|
void |
setId(java.lang.String value)
Setter for property id ("Task information id").
|
void |
setLastActionDate(java.sql.Timestamp value)
Setter for property lastActionDate ("Last action date").
|
void |
setLastActorName(java.lang.String value)
Setter for property lastActorName ("Last actor").
|
void |
setLastOutcomeElementId(java.lang.String value)
Setter for property lastOutcomeElementId ("Last outcome").
|
void |
setOwnerName(java.lang.String value)
Setter for property ownerName ("Owner").
|
void |
setPriority(int value)
Setter for property priority ("Priority").
|
void |
setProcess(Process value)
Setter for property process ("Process id").
|
void |
setProcessName(java.lang.String value)
Setter for property processName ("Process name").
|
void |
setSegmentName(java.lang.String value)
Setter for property segmentName ("Segment name").
|
void |
setTaskElementId(java.lang.String value)
Setter for property taskElementId ("Task element id").
|
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 getAcl()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setAcl(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 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 getLastActionDate()
throws javax.ejb.EJBException
Timestampjavax.ejb.EJBExceptionvoid setLastActionDate(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 getLastActorName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setLastActorName(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 getLastOutcomeElementId()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setLastOutcomeElementId(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 getOwnerName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setOwnerName(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.EJBExceptionint getPriority()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionboolean getHasPriority()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionvoid setPriority(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 setHasPriority(boolean value)
throws javax.ejb.EJBException
javax.ejb.EJBExceptionProcess getProcess() throws javax.ejb.EJBException
Processjavax.ejb.EJBExceptionvoid setProcess(Process 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 - Processjavax.ejb.EJBExceptionjava.lang.String getProcessName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setProcessName(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 getSegmentName()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setSegmentName(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 getTaskElementId()
throws javax.ejb.EJBException
Stringjavax.ejb.EJBExceptionvoid setTaskElementId(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.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(ProcessTaskInfo 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()