com.plumtree.remote.prc
Class JobProperty

java.lang.Object
  extended bycom.plumtree.remote.prc.ObjectProperty
      extended bycom.plumtree.remote.prc.JobProperty

public class JobProperty
extends ObjectProperty

An enumerated type used to describe the properties of Jobs in the portal. Jobs support all of the properties in ObjectProperty as well as the following properties.


Field Summary
static JobProperty LastRunTime
          The last run time of this Job.
static JobProperty NextRunTime
          The next scheduled run time of this Job.
static JobProperty Status
          The last runtime status of this Job.
 
Fields inherited from class com.plumtree.remote.prc.ObjectProperty
ClassID, Created, Description, FolderID, IsLocalized, Language, LastModified, LastModifiedBy, Name, ObjectID, OwnerID, UUID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NextRunTime

public static final JobProperty NextRunTime
The next scheduled run time of this Job.


LastRunTime

public static final JobProperty LastRunTime
The last run time of this Job.


Status

public static final JobProperty Status
The last runtime status of this Job.



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.