com.plumtree.remote.prc
Class JobPropertiesWrapper

java.lang.Object
  extended bycom.plumtree.remote.prc.JobPropertiesWrapper
All Implemented Interfaces:
IJobProperties

public class JobPropertiesWrapper
extends java.lang.Object
implements IJobProperties


Method Summary
 java.util.Date getDateValue(int propertyID)
          Gets a job property as a date.
 double getDoubleValue(int propertyID)
          Gets a job property as a double.
 int[] getIDs()
          Gets the available property IDs.
 int getIntegerValue(int propertyID)
          Gets a job property as an int.
 java.lang.String getStringValue(int propertyID)
          Gets a job property as a String.
 java.lang.Object getValue(int propertyID)
          Gets a job property as an Object.
 boolean hasValue(int propertyID)
          Determines whether a specific value is present.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()

getIDs

public int[] getIDs()
Description copied from interface: IJobProperties
Gets the available property IDs.

Specified by:
getIDs in interface IJobProperties
Returns:
the available property IDs, an empty array if none exist

getValue

public java.lang.Object getValue(int propertyID)
Description copied from interface: IJobProperties
Gets a job property as an Object.

Specified by:
getValue in interface IJobProperties
Parameters:
propertyID - the ID of the property for which to get a value
Returns:
the job property value

getStringValue

public java.lang.String getStringValue(int propertyID)
Description copied from interface: IJobProperties
Gets a job property as a String.

Specified by:
getStringValue in interface IJobProperties
Parameters:
propertyID - the ID of the property for which to get a value
Returns:
the job property value

getIntegerValue

public int getIntegerValue(int propertyID)
Description copied from interface: IJobProperties
Gets a job property as an int.

Specified by:
getIntegerValue in interface IJobProperties
Parameters:
propertyID - the property ID for which to get a value
Returns:
the job property value

getDateValue

public java.util.Date getDateValue(int propertyID)
Description copied from interface: IJobProperties
Gets a job property as a date.

Specified by:
getDateValue in interface IJobProperties
Parameters:
propertyID - the property ID for which to get a value
Returns:
the job property value

getDoubleValue

public double getDoubleValue(int propertyID)
Description copied from interface: IJobProperties
Gets a job property as a double.

Specified by:
getDoubleValue in interface IJobProperties
Parameters:
propertyID - the ID of the job property for which to get a value
Returns:
the job property value

hasValue

public boolean hasValue(int propertyID)
Description copied from interface: IJobProperties
Determines whether a specific value is present.

Specified by:
hasValue in interface IJobProperties
Parameters:
propertyID - the ID of the property to check
Returns:
true if and only if the value is present


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.