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.document
Interface ISISCreateDocumentRequest

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

Deprecated. Fixed API deprecated since 10gR3

public interface ISISCreateDocumentRequest
extends ISISObject

Objects defines a create document request of the Stellent Image Server system.


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
 ISISApplication getApplication()
          Deprecated.  
 java.lang.String getReferenceID()
          Deprecated.  
 java.lang.String getURI()
          Deprecated.  
 java.util.List getUserFields()
          Deprecated.  
 void setApplication(ISISApplication application)
          Deprecated.  
 void setReferenceID(java.lang.String referenceID)
          Deprecated.  
 void setURI(java.lang.String uri)
          Deprecated.  
 void setUserFields(java.util.List userFields)
          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

getURI

java.lang.String getURI()
Deprecated. 
Returns:
A document locator either a URL or a ticket obtained from posting the document to the Web Server. Set this value to locate the file to index before calling create document.

setURI

void setURI(java.lang.String uri)
Deprecated. 
Parameters:
uri - A document locator either a URL or a ticket obtained from posting the document to the Web Server. Set this value to locate the file to index before calling create document.

getReferenceID

java.lang.String getReferenceID()
Deprecated. 
Returns:
A reference id provided by the client and returned after the indexing has occurred. Set this value to before calling the create document so you can identify which document corresponds to the returned system fields.

setReferenceID

void setReferenceID(java.lang.String referenceID)
Deprecated. 
Parameters:
referenceID - A reference id provided by the client and returned after the indexing has occurred. Set this value to before calling the create document so you can identify which document corresponds to the returned system fields.

getApplication

ISISApplication getApplication()
Deprecated. 
Returns:
A description of the Application that this request corresponds to. No need to modify any of its properties when creating the document.

setApplication

void setApplication(ISISApplication application)
Deprecated. 
Parameters:
application - A description of the Application that this request corresponds to. No need to modify any of its properties when creating the document.

getUserFields

java.util.List getUserFields()
Deprecated. 
Returns:
A list of field value objects representing the fields for the application used in this request ISISUserField

setUserFields

void setUserFields(java.util.List userFields)
Deprecated. 
Parameters:
userFields - A list of field value objects representing the fields for the application used in this request ISISUserField

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.