|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataBinder in oracle.stellent.ridc |
|---|
| Methods in oracle.stellent.ridc that return DataBinder | |
|---|---|
DataBinder |
IdcClient.createBinder() |
| Methods in oracle.stellent.ridc with parameters of type DataBinder | |
|---|---|
protected ServiceRequest<TConnection> |
IdcClient.createRequest(IdcContext userContext, DataBinder dataBinder, TConnection connection)Create the service request object |
ServiceResponse |
IdcClient.sendRequest(IdcContext userContext, DataBinder dataBinder)Execute the request; sends the request to the Content Server and reads the response. |
| Uses of DataBinder in oracle.stellent.ridc.convenience.monitor |
|---|
| Methods in oracle.stellent.ridc.convenience.monitor that return DataBinder | |
|---|---|
protected DataBinder |
ContentHistoryWatcher.IdcPollingThread.buildDocHistoryQuery(java.lang.String whereClause, java.lang.String orderClause)Build the document history query |
| Methods in oracle.stellent.ridc.convenience.monitor with parameters of type DataBinder | |
|---|---|
protected void |
ContentHistoryWatcher.IdcPollingThread.sendEventsForResponse(DataBinder responseBinder)Send our the events for the response |
| Uses of DataBinder in oracle.stellent.ridc.convenience.usersecurity |
|---|
| Methods in oracle.stellent.ridc.convenience.usersecurity that return DataBinder | |
|---|---|
DataBinder |
IUserSecurityCache.removeCacheId(CacheId id)Remove cache |
| Methods in oracle.stellent.ridc.convenience.usersecurity with parameters of type DataBinder | |
|---|---|
java.lang.Integer |
IAccessResolver.resolveAccessLevel(DataObject docInfo, DataBinder userBinder)For a given document, determine the user's access level If the resolver determines that it doesn't want to participate in the access level calculation, it returns null |
| Uses of DataBinder in oracle.stellent.ridc.convenience.usersecurity.impl |
|---|
| Methods in oracle.stellent.ridc.convenience.usersecurity.impl that return DataBinder | |
|---|---|
DataBinder |
CachedDataBinder.getBinder()Get the DataBinder |
DataBinder |
UserSecurityGroupsCache.getPermissions(CacheId id)Get the permissions for a user |
protected DataBinder |
CSEnvCache.getServerEnvironmentBinder()Get the server Environment Binder |
DataBinder |
UserSecurityGroupsCache.removeCacheId(CacheId id)Drop the permissions for this user from the cache |
| Methods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type DataBinder | |
|---|---|
static DataResultSet |
BinderUtils.getDocInfo(DataBinder docBinder)get the DataResultSet for DOC_INFO |
static java.util.List<DataObject> |
BinderUtils.getDocInfoRows(DataBinder docBinder)get the rows of the DOC_INFO resultset |
static java.lang.String |
BinderUtils.getUser(DataBinder binder)get the username |
java.lang.Integer |
AccessResolverSecurityGroups.resolveAccessLevel(DataObject docInfo, DataBinder userBinder)Get the user's access level for this document. |
java.lang.Integer |
AccessResolverAccounts.resolveAccessLevel(DataObject docInfo, DataBinder userBinder)Get the user's access level for this document. |
java.lang.Integer |
AccessResolverAcl.resolveAccessLevel(DataObject docInfo, DataBinder userBinder)Get the access level or null if no information is available |
| Constructors in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type DataBinder | |
|---|---|
CachedDataBinder(DataBinder binder)Create a object that remembers the binder and when it was created |
|
| Uses of DataBinder in oracle.stellent.ridc.model |
|---|
| Methods in oracle.stellent.ridc.model that return DataBinder | |
|---|---|
DataBinder |
DataFactory.createBinder()Create a new empty binder |
| Methods in oracle.stellent.ridc.model with parameters of type DataBinder | |
|---|---|
void |
DataBinder.merge(DataBinder source)This will merge copies of all the data from the source binder into this binder, overwriting existing values and result sets, if they exist. |
void |
DataFactory.synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in)Called by the serializers. |
| Uses of DataBinder in oracle.stellent.ridc.model.impl |
|---|
| Classes in oracle.stellent.ridc.model.impl that implement DataBinder | |
|---|---|
class |
DataBinderImplDefault databinder implementation. |
| Methods in oracle.stellent.ridc.model.impl that return DataBinder | |
|---|---|
DataBinder |
DataFactoryImpl.createBinder()Create a new empty binder |
| Methods in oracle.stellent.ridc.model.impl with parameters of type DataBinder | |
|---|---|
static void |
DataObjectEncodingUtils.addLocaleInfo(DataBinder dataBinder)Add the localization information into the databinder |
void |
DataBinderImpl.merge(DataBinder source)This will merge copies of all the data from the source binder into this binder, overwriting existing values and result sets, if they exist. |
void |
DataFactoryImpl.synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in)Called by the serializers. |
| Uses of DataBinder in oracle.stellent.ridc.model.serialize |
|---|
| Methods in oracle.stellent.ridc.model.serialize that return DataBinder | |
|---|---|
DataBinder |
MultipartPostBinderSerializer.getDataBinder() |
DataBinder |
HdaBinderSerializer.parseBinder(java.io.InputStream inputStream)Parses a BufferedReader object, and loads up the data into a new DataBinder object |
DataBinder |
HdaBinderSerializer.parseBinder(java.io.Reader inputReader)Parses a BufferedReader object, and loads up the data into a new DataBinder object |
| Methods in oracle.stellent.ridc.model.serialize with parameters of type DataBinder | |
|---|---|
protected void |
HdaBinderSerializer.parseOptionList(DataBinder dataBinder, java.lang.String name, java.io.BufferedReader reader)Parse the buffered reader, and create a new option list with the data contained in it, until the @end line is reached. |
protected boolean |
HdaBinderSerializer.parseProperties(DataBinder dataBinder, java.lang.String name, java.io.BufferedReader reader)Parse hda formatted properties, and merge the values into the local data if those values are not from the environment. |
protected void |
HdaBinderSerializer.parseResultSet(DataBinder dataBinder, java.lang.String rName, java.io.BufferedReader reader)Parses the LWDataBinder object for the result set with a certain name |
void |
HdaBinderSerializer.serializeBinder(java.io.OutputStream outputStream, DataBinder dataBinder)Writes out the local data, option lists, and result sets in hda format. |
void |
HdaBinderSerializer.serializeBinder(java.io.Writer writer, DataBinder dataBinder)Writes out the local data, option lists, and result sets in hda format. |
| Constructors in oracle.stellent.ridc.model.serialize with parameters of type DataBinder | |
|---|---|
MultipartPostBinderSerializer(DataBinder dataBinder) |
|
MultipartPostBinderSerializer(DataBinder dataBinder, java.lang.String encoding) |
|
| Uses of DataBinder in oracle.stellent.ridc.protocol |
|---|
| Methods in oracle.stellent.ridc.protocol that return DataBinder | |
|---|---|
DataBinder |
ServiceException.getBinder() |
DataBinder |
ServiceRequest.getDataBinder() |
DataBinder |
ServiceResponse.getResponseAsBinder()Convert the response stream to a data binder |
DataBinder |
ServiceResponse.getResponseAsBinder(boolean checkErrors)Convert the response stream to a data binder |
| Methods in oracle.stellent.ridc.protocol with parameters of type DataBinder | |
|---|---|
void |
ServiceRequest.setDataBinder(DataBinder dataBinder) |
| Constructors in oracle.stellent.ridc.protocol with parameters of type DataBinder | |
|---|---|
ServiceException(DataBinder binder) |
|
ServiceException(java.lang.Throwable cause, DataBinder binder) |
|
ServiceRequest(IdcContext idcContext, DataBinder dataBinder, TConnection connection) |
|
| Uses of DataBinder in oracle.stellent.ridc.protocol.http |
|---|
| Methods in oracle.stellent.ridc.protocol.http with parameters of type DataBinder | |
|---|---|
protected void |
IdcHttpProtocol.addRequestData(DataBinder binder, org.apache.commons.httpclient.HttpMethod httpMethod)Set standard request headers, cookies and other info into the HTTP method. |
protected void |
IdcHttpProtocol.addStringToBinder(java.lang.String searchString, java.lang.String htmlBody, DataBinder binder) |
protected ServiceRequest<IdcHttpClientConnection> |
IdcHttpClient.createRequest(IdcContext userContext, DataBinder dataBinder, IdcHttpClientConnection connection)Create the service request object |
| Uses of DataBinder in oracle.stellent.ridc.protocol.intradoc |
|---|
| Methods in oracle.stellent.ridc.protocol.intradoc with parameters of type DataBinder | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
HdaProtocol.getAdditionalHeaders(DataBinder binder)Returns a properties object with headers contained in binder. |
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||