|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.jobmanager.common.JobId
public class JobId
This class represents the identifier of a specific job. You can, for example, use an object of this type to determine the status of a long-lived process. For information about invoking a long-lived process, see Invoking Adobe Experience Manager forms.
Field Summary | |
---|---|
static java.lang.String |
TRANSIENT_JOB_ID
|
Constructor Summary | |
---|---|
JobId()
|
|
JobId(java.lang.String jobId)
A constructor that creates a JobId object. |
|
JobId(java.lang.String jobId,
boolean persistent)
A constructor that creates a JobId object. |
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the identifier value associated with this object. |
boolean |
getPersistent()
|
boolean |
isPersistent()
Specifies whether this object is persisted within Adobe Experience Manager forms. |
void |
setId(java.lang.String jobId)
|
void |
setPersistent(boolean persistent)
|
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TRANSIENT_JOB_ID
Constructor Detail |
---|
public JobId()
public JobId(java.lang.String jobId, boolean persistent)
JobId
object.
jobId
- A string value that represents the job identifier value.persistent
- A Boolean value where the value false results in the job instance not being persisted.public JobId(java.lang.String jobId)
JobId
object.
jobId
- A string value that represents the job identifier value.Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String jobId)
public boolean isPersistent()
false
means the job instance is not persisted.public boolean getPersistent()
public void setPersistent(boolean persistent)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |