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 ISISPlaceInFlowRequest

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISPlaceInFlowRequest
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.lang.String getComment()
          Deprecated.  
 int getPackageID()
          Deprecated.  
 int getPriority()
          Deprecated.  
 java.lang.String getProcessName()
          Deprecated.  
 java.lang.String getStartEvent()
          Deprecated.  
 void setComment(java.lang.String comment)
          Deprecated.  
 void setPackageID(int packageID)
          Deprecated.  
 void setPriority(int priority)
          Deprecated.  
 void setProcessName(java.lang.String processName)
          Deprecated.  
 void setStartEvent(java.lang.String startEvent)
          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

getPackageID

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

setPackageID

void setPackageID(int packageID)
Deprecated. 
Parameters:
packageID - Represents the numeric identifier for this copy of the package.

getProcessName

java.lang.String getProcessName()
Deprecated. 
Returns:
The name of the associated Process

setProcessName

void setProcessName(java.lang.String processName)
Deprecated. 
Parameters:
processName - The name of the associated Process

getStartEvent

java.lang.String getStartEvent()
Deprecated. 
Returns:
The Start Event into which the package is to be placed.

setStartEvent

void setStartEvent(java.lang.String startEvent)
Deprecated. 
Parameters:
startEvent - The Start Event into which the package is to be placed.

getComment

java.lang.String getComment()
Deprecated. 
Returns:
A String that will be added to the package's audit trail.

setComment

void setComment(java.lang.String comment)
Deprecated. 
Parameters:
comment - A String that will be added to the package's audit trail.

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.

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.