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 ISISCreatePackage

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISCreatePackage
extends ISISObject

The CreatePackage interface contains the following information used in creating a new Fixed Process Package.


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.List getJournalEntries()
          Deprecated.  
 java.util.List getPackageAttachments()
          Deprecated.  
 java.util.List getPackageFields()
          Deprecated.  
 ISISPlaceInFlowRequest getPlaceInFlowRequest()
          Deprecated.  
 int getPriority()
          Deprecated.  
 java.lang.String getRequestID()
          Deprecated.  
 java.lang.String getTemplate()
          Deprecated.  
 java.lang.String getXMLMetaData()
          Deprecated.  
 void setJournalEntries(java.util.List journalEntries)
          Deprecated.  
 void setPackageAttachments(java.util.List packageAttachments)
          Deprecated.  
 void setPackageFields(java.util.List packageFields)
          Deprecated.  
 void setPlaceInFlowRequest(ISISPlaceInFlowRequest placeInFlowRequest)
          Deprecated.  
 void setPriority(int priority)
          Deprecated.  
 void setRequestID(java.lang.String requestID)
          Deprecated.  
 void setTemplate(java.lang.String template)
          Deprecated.  
 void setXMLMetaData(java.lang.String xmlMetaData)
          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

getRequestID

java.lang.String getRequestID()
Deprecated. 
Returns:
Unique value that represents a particular CreatePackages() operation

setRequestID

void setRequestID(java.lang.String requestID)
Deprecated. 
Parameters:
requestID - Unique value that represents a particular CreatePackages() operation

getTemplate

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

setTemplate

void setTemplate(java.lang.String template)
Deprecated. 
Parameters:
template - Represents the template that defines the structure of the package.

getPriority

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

setPriority

void setPriority(int priority)
Deprecated. 
Parameters:
priority - Represents the package's current priority.

getPackageFields

java.util.List getPackageFields()
Deprecated. 
Returns:
An object containing a collection of PackageField objects. Each PackageField object contains information regarding the structure and value of a field association with the given Package ISISPackageField.

setPackageFields

void setPackageFields(java.util.List packageFields)
Deprecated. 
Parameters:
packageFields - An object containing a collection of PackageField objects. Each PackageField object contains information regarding the structure and value of a field association with the given Package ISISPackageField.

getJournalEntries

java.util.List getJournalEntries()
Deprecated. 
Returns:
An object containing a collection of JournalEntry values. Each JournalEntry value simply contains a value that represents the content of a desired Journal entry. String

setJournalEntries

void setJournalEntries(java.util.List journalEntries)
Deprecated. 
Parameters:
journalEntries - An object containing a collection of JournalEntry values. Each JournalEntry value simply contains a value that represents the content of a desired Journal entry. String

getXMLMetaData

java.lang.String getXMLMetaData()
Deprecated. 
Returns:
This property contains the data value for the XML package field. There is only one XML package field per package.

setXMLMetaData

void setXMLMetaData(java.lang.String xmlMetaData)
Deprecated. 
Parameters:
xmlMetaData - This property contains the data value for the XML package field. There is only one XML package field per package.

getPackageAttachments

java.util.List getPackageAttachments()
Deprecated. 
Returns:
An object containing a collection of PackageAttachment objects that define Acorde documents that are to be attached to the given Package. ISISPackageAttachment

setPackageAttachments

void setPackageAttachments(java.util.List packageAttachments)
Deprecated. 
Parameters:
packageAttachments - An object containing a collection of PackageAttachment objects that define Acorde documents that are to be attached to the given Package. ISISPackageAttachment

getPlaceInFlowRequest

ISISPlaceInFlowRequest getPlaceInFlowRequest()
Deprecated. 
Returns:
Places the package into a process flow at the specified start event.

setPlaceInFlowRequest

void setPlaceInFlowRequest(ISISPlaceInFlowRequest placeInFlowRequest)
Deprecated. 
Parameters:
placeInFlowRequest - Places the package into a process flow at the specified start event.

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.