Uses of Interface
oracle.stellent.ridc.model.DataBinder
Packages that use DataBinder
Package
Description
-
Uses of DataBinder in oracle.stellent.ridc
Methods in oracle.stellent.ridc that return DataBinderMethods in oracle.stellent.ridc with parameters of type DataBinderModifier and TypeMethodDescriptionprotected ServiceRequest<TConnection>
IdcClient.createRequest
(IdcContext userContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) Create the service request objectIdcClient.sendRequest
(IdcContext userContext, DataBinder dataBinder) Execute the request; sends the request to the Content Server and reads the response.IdcClient.sendRequest
(IdcContext userContext, DataBinder dataBinder, IdcRequestConfig requestConfig) Execute the request; sends the request to the Content Server and reads the response. -
Uses of DataBinder in oracle.stellent.ridc.common.util
Methods in oracle.stellent.ridc.common.util with parameters of type DataBinderConstructors in oracle.stellent.ridc.common.util with parameters of type DataBinderModifierConstructorDescriptionServiceLog
(TConfig clientConfig, ServiceRequest serviceRequest, DataBinder requestBinder) Create service log. -
Uses of DataBinder in oracle.stellent.ridc.convenience.monitor
Methods in oracle.stellent.ridc.convenience.monitor that return DataBinderModifier and TypeMethodDescriptionprotected DataBinder
ContentHistoryWatcher.IdcPollingThread.buildDocHistoryQuery
(String whereClause, String orderClause) Build the document history queryMethods in oracle.stellent.ridc.convenience.monitor with parameters of type DataBinderModifier and TypeMethodDescriptionprotected 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 DataBinderMethods in oracle.stellent.ridc.convenience.usersecurity with parameters of type DataBinderModifier and TypeMethodDescriptionIServiceCallUtils.getDocInfo
(DataBinder docBinder) get the DataResultSet for DOC_INFOIServiceCallUtils.getDocInfoRows
(DataBinder docBinder) get the rows of the DOC_INFO resultsetIServiceCallUtils.getUser
(DataBinder binder) get the usernameIAccessResolver.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder) Deprecated.this method swallows IdcClientExceptionsIAccessResolver.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) 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 DataBinderModifier and TypeMethodDescriptionCachedDataBinder.getBinder()
Get the DataBinderUserSecurityGroupsCache.getPermissions
(CacheId id, ITrace trace) Get the permissions for a userUserSecurityGroupsCache.removeCacheId
(CacheId id) Drop the permissions for this user from the cacheMethods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type DataBinderModifier and TypeMethodDescriptionServiceCallUtils.getDocInfo
(DataBinder docBinder) get the DataResultSet for DOC_INFOServiceCallUtils.getDocInfoRows
(DataBinder docBinder) get the rows of the DOC_INFO resultsetServiceCallUtils.getUser
(DataBinder binder) get the usernameAccessResolverAccounts.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder) Deprecated.this method swallows IdcClientExceptionsAccessResolverAccounts.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) Get the user's access level for this document.AccessResolverAcl.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder) Deprecated.this method swallows IdcClientExceptionsAccessResolverAcl.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level Fix for bug 9782307, only if the document's group is listed in the enviroment's SpecialAuthGroups list will the access level be checked.AccessResolverSecurityGroups.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder) Deprecated.this method swallows IdcClientExceptionsAccessResolverSecurityGroups.resolveAccessLevel
(DataObject docInfo, DataBinder userBinder, ITrace trace) For a given document, determine the user's access level This resolver always participates.Constructors in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type DataBinderModifierConstructorDescriptionCachedDataBinder
(DataBinder binder) Create a object that remembers the binder and when it was created -
Uses of DataBinder in oracle.stellent.ridc.filter.adapters
Methods in oracle.stellent.ridc.filter.adapters with parameters of type DataBinderModifier and TypeMethodDescriptionvoid
BeforeJaxwsServiceFilter.beforeJaxwsAuthenticateUser
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogin () in authenticateUser ()void
IdcFilterAdapter.beforeJaxwsAuthenticateUser
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogin () in authenticateUser ()void
BeforeJaxwsServiceFilter.beforeJaxwsLogoutUser
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogout ()void
IdcFilterAdapter.beforeJaxwsLogoutUser
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerLogoutvoid
BeforeJaxwsServiceFilter.beforeJaxwsServiceRequest
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerRequest () in performServiceRequest ()void
IdcFilterAdapter.beforeJaxwsServiceRequest
(IdcContext context, DataBinder binder, Map<String, Object> requestContext) RIDC filter called just before jaxws call is made to loginPort.contentServerRequest () in performServiceRequest ()void
IdcFilterAdapter.beforeLogout
(IdcClient client, IdcContext context, DataBinder binder) RIDC filter called just before logout is processed by underlying protocol instancevoid
BeforeServiceRequestFilter.beforeServiceRequest
(IdcClient client, IdcContext context, DataBinder binder) RIDC filter called just before service request is processed by IdcClient.sendRequest()void
IdcFilterAdapter.beforeServiceRequest
(IdcClient client, IdcContext context, DataBinder binder) RIDC filter called just before service request is processed by IdcClient.sendRequest() -
Uses of DataBinder in oracle.stellent.ridc.model
Methods in oracle.stellent.ridc.model that return DataBinderMethods in oracle.stellent.ridc.model with parameters of type DataBinderModifier and TypeMethodDescriptionvoid
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 DataBinderMethods in oracle.stellent.ridc.model.impl that return DataBinderMethods in oracle.stellent.ridc.model.impl with parameters of type DataBinderModifier and TypeMethodDescriptionstatic void
DataObjectEncodingUtils.addLocaleInfo
(DataBinder dataBinder) Add the localization information into the databinderDataObjectEncodingUtils.getNullHandlingStrategyFromBinder
(DataBinder dataBinder, boolean removeIdcNullHandlingParamFromBinderWhenDone) Get the null value handling strategy from the databinder By default, we will treat the null value as empty string should an explicit handling strategy not be specifiedvoid
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 DataBinderModifier and TypeMethodDescriptionMultipartPostBinderSerializer.getDataBinder()
HdaBinderSerializer.parseBinder
(InputStream inputStream) Parses a BufferedReader object, and loads up the data into a new DataBinder objectHdaBinderSerializer.parseBinder
(Reader inputReader) Parses a BufferedReader object, and loads up the data into a new DataBinder objectMethods in oracle.stellent.ridc.model.serialize with parameters of type DataBinderModifier and TypeMethodDescriptionprotected void
HdaBinderSerializer.parseOptionList
(DataBinder dataBinder, String name, 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, String name, 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, String rName, BufferedReader reader) Parses the LWDataBinder object for the result set with a certain namevoid
HdaBinderSerializer.serializeBinder
(OutputStream outputStream, DataBinder dataBinder) Writes out the local data, option lists, and result sets in hda format.void
HdaBinderSerializer.serializeBinder
(OutputStream outputStream, DataBinder dataBinder, Protocol.NullHandlingStrategy nullStrategy) Writes out the local data, option lists, and result sets in hda format.void
HdaBinderSerializer.serializeBinder
(Writer writer, DataBinder dataBinder) Writes out the local data, option lists, and result sets in hda format.void
HdaBinderSerializer.serializeBinder
(Writer writer, DataBinder dataBinder, Protocol.NullHandlingStrategy nullStrategy) Writes out the local data, option lists, and result sets in hda format.Constructors in oracle.stellent.ridc.model.serialize with parameters of type DataBinderModifierConstructorDescriptionMultipartPostBinderSerializer
(DataBinder dataBinder) MultipartPostBinderSerializer
(DataBinder dataBinder, String encoding) -
Uses of DataBinder in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that return DataBinderModifier and TypeMethodDescriptionServiceException.getBinder()
ServiceRequest.getDataBinder()
ServiceResponse.getResponseAsBinder()
Convert the response stream to a data binderServiceResponse.getResponseAsBinder
(boolean checkErrors) Convert the response stream to a data binderMethods in oracle.stellent.ridc.protocol with parameters of type DataBinderConstructors in oracle.stellent.ridc.protocol with parameters of type DataBinderModifierConstructorDescriptionServiceException
(Throwable cause, DataBinder binder) Deprecated.DataBinder is not a serializable objectServiceException
(DataBinder binder) Deprecated.DataBinder is not a serializable object.ServiceRequest
(IdcContext idcContext, DataBinder dataBinder, TConnection connection) ServiceRequest
(IdcContext idcContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) -
Uses of DataBinder in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return DataBinderMethods in oracle.stellent.ridc.protocol.http with parameters of type DataBinderModifier and TypeMethodDescriptionprotected void
IdcHttpProtocol.addStringToBinder
(String searchString, String htmlBody, DataBinder binder) -
Uses of DataBinder in oracle.stellent.ridc.protocol.intradoc
Methods in oracle.stellent.ridc.protocol.intradoc with parameters of type DataBinderModifier and TypeMethodDescriptionHdaProtocol.getAdditionalHeaders
(DataBinder binder) Returns a properties object with headers contained in binder. -
Uses of DataBinder in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that return DataBinderModifier and TypeMethodDescriptionRidcConnection.createBinder()
Create a new DataBinder.abstract DataBinder
RidcConnection.createImpersonationBinder
(String impersonatee, boolean sticky) Create a new DataBinder that is initialized with properties to support impersonation.abstract DataBinder
RidcConnection.ping()
Invoke an anonymous PING_SERVER call to the Content Server associated with this connection.Methods in oracle.wcc.ridc.adfca with parameters of type DataBinderModifier and TypeMethodDescriptionRidcConnection.sendRequest
(IdcContext userContext, DataBinder binder) Execute the request; Sends the request to the Content Server and obtains the response. -
Uses of DataBinder in oracle.wcc.ridc.adfca.framework
Methods in oracle.wcc.ridc.adfca.framework that return DataBinderModifier and TypeMethodDescriptionRidcConnectionImpl.createImpersonationBinder
(String impersonatee, boolean sticky) Create a new DataBinder that is initialized with properties to support impersonation.RidcConnectionImpl.ping()
Invoke an anonymous PING_SERVER call to the Content Server associated with this connection. -
Uses of DataBinder in oracle.wcc.ridc.adfca.session
Methods in oracle.wcc.ridc.adfca.session that return DataBinderModifier and TypeMethodDescriptionRidcSession.createBinder()
Convenience method for creating a DataBinder.Methods in oracle.wcc.ridc.adfca.session with parameters of type DataBinderModifier and TypeMethodDescriptionRidcSession.sendRequest
(DataBinder binder) Convenience method for sending a request.RidcSession.sendRequest
(DataBinder binder, IdcRequestConfig requestConfig) Convenience method for sending a request.