Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.sis.process
Interface ISISPackage

All Superinterfaces:
ICISObject, ISISObject, java.io.Serializable

Deprecated. Fixed API deprecated since 10gR3

public interface ISISPackage
extends ISISObject

Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.util.Calendar getCreateDate()
          Deprecated.  
 java.lang.String getCreatorName()
          Deprecated.  
 java.util.Calendar getDueDate()
          Deprecated.  
 java.util.Calendar getInQueueDate()
          Deprecated.  
 java.lang.String getLockedByName()
          Deprecated.  
 int getPackageID()
          Deprecated.  
 int getPackageType()
          Deprecated.  
 int getPriority()
          Deprecated.  
 java.lang.String getProcessName()
          Deprecated.  
 java.lang.String getQueueName()
          Deprecated.  
 java.lang.String getTemplateName()
          Deprecated.  
 java.lang.String getTitle()
          Deprecated.  

 

Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Method Detail

getPackageType

int getPackageType()
Deprecated. 
Returns:
Represents the current type (or state) of the package.

getPriority

int getPriority()
Deprecated. 
Returns:
Represents the package's current priority.

getPackageID

int getPackageID()
Deprecated. 
Returns:
Represents the numeric identifier for this copy of the package.

getTitle

java.lang.String getTitle()
Deprecated. 
Returns:
Represents the title of the package.

getQueueName

java.lang.String getQueueName()
Deprecated. 
Returns:
Represents the name of the event queue in which the package is currently located.

getProcessName

java.lang.String getProcessName()
Deprecated. 
Returns:
Represents the name of the process in which the package is currently located.

getTemplateName

java.lang.String getTemplateName()
Deprecated. 
Returns:
Represents the name of the template that defines the structure of the package.

getCreatorName

java.lang.String getCreatorName()
Deprecated. 
Returns:
This property contains the name of the package creator.

getLockedByName

java.lang.String getLockedByName()
Deprecated. 
Returns:
Represents the name of the user to which the package is currently locked.

getCreateDate

java.util.Calendar getCreateDate()
Deprecated. 
Returns:
This property represents the date that the package was created.

getDueDate

java.util.Calendar getDueDate()
Deprecated. 
Returns:
Represents the date and time upon which the package's Due Date Trigger will be fired.

getInQueueDate

java.util.Calendar getInQueueDate()
Deprecated. 
Returns:
Represents the date and time at which the package arrived in its current queue.

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.