Uses of Interface
oracle.stellent.ridc.model.DataObject
Packages that use DataObject
Package
Description
-
Uses of DataObject in oracle.stellent.ridc.convenience.monitor
Methods in oracle.stellent.ridc.convenience.monitor with parameters of type DataObjectModifier and TypeMethodDescriptionprotected void
ContentHistoryWatcher.fireContentUpdateEvent
(DataObject contentInfo) Fire the content update eventprotected String[]
ContentHistoryWatcher.IdcPollingThread.getCurrentDateWhereClause
(DataObject documentEvent) -
Uses of DataObject in oracle.stellent.ridc.convenience.usersecurity
Methods in oracle.stellent.ridc.convenience.usersecurity that return types with arguments of type DataObjectModifier and TypeMethodDescriptionIServiceCallUtils.getDocInfoRows
(DataBinder docBinder) get the rows of the DOC_INFO resultsetMethods in oracle.stellent.ridc.convenience.usersecurity with parameters of type DataObjectModifier and TypeMethodDescriptionint
IUserSecurityCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo) Deprecated.this method swallows IdcClientExceptionsint
IUserSecurityCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.boolean
IUserSecurityCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType) Deprecated.this method swallows IdcClientExceptionsboolean
IUserSecurityCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.IAccessResolver.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 DataObject in oracle.stellent.ridc.convenience.usersecurity.impl
Methods in oracle.stellent.ridc.convenience.usersecurity.impl that return types with arguments of type DataObjectModifier and TypeMethodDescriptionServiceCallUtils.getDocInfoRows
(DataBinder docBinder) get the rows of the DOC_INFO resultsetMethods in oracle.stellent.ridc.convenience.usersecurity.impl with parameters of type DataObjectModifier and TypeMethodDescriptionint
UserSecurityGroupsCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo) Deprecated.this method swallows IdcClientExceptionsint
UserSecurityGroupsCache.getAccessLevelForDocument
(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.static String
Trace.getDocTraceId
(DataObject info) Used by trace and tests to get some sort of id for this document.boolean
UserSecurityGroupsCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType) Deprecated.this method swallows IdcClientExceptionsboolean
UserSecurityGroupsCache.isAdmin
(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.boolean
UserSecurityGroupsCache.isAuthorDelete
(CacheId id, DataObject docInfo, int access, ITrace trace) AccessResolverAccounts.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 DataObjectModifierConstructorDescriptionAclListInfo
(CSEnvCache csEnvCache, DataObject docInfo, ITrace trace) Determines if there is any information to be used in this list. -
Uses of DataObject in oracle.stellent.ridc.model
Methods in oracle.stellent.ridc.model that return DataObjectModifier and TypeMethodDescriptionDataFactory.createDataObject()
Create a new empty data objectDataBinder.getLocalData()
Retrieve the local dataMethods in oracle.stellent.ridc.model that return types with arguments of type DataObjectMethods in oracle.stellent.ridc.model with parameters of type DataObjectModifier and TypeMethodDescriptionvoid
DataResultSet.addRow
(DataObject row) Add a new row of value.void
DataResultSet.insertRow
(DataObject row, int index) Add a new row of data at the given index. -
Uses of DataObject in oracle.stellent.ridc.model.impl
Classes in oracle.stellent.ridc.model.impl that implement DataObjectModifier and TypeClassDescriptionclass
A mapping of name/value pairsclass
Methods in oracle.stellent.ridc.model.impl that return DataObjectModifier and TypeMethodDescriptionDataFactoryImpl.createDataObject()
DataBinderImpl.getLocalData()
Methods in oracle.stellent.ridc.model.impl that return types with arguments of type DataObjectMethods in oracle.stellent.ridc.model.impl with parameters of type DataObjectModifier and TypeMethodDescriptionvoid
DataResultSetImpl.addRow
(DataObject row) Add a row of data to this result set.static boolean
DataObjectEncodingUtils.getBoolean
(DataObject dataObject, String name, boolean defaultValue) Retrieve the result as a booleanstatic Calendar
DataObjectEncodingUtils.getCalendar
(DataObject dataObject, String name) Retrieve the getCalendar.static int
DataObjectEncodingUtils.getInteger
(DataObject dataObject, String name, int defaultValue) Retrieve an integer from the DataObjectstatic long
DataObjectEncodingUtils.getLong
(DataObject dataObject, String name, long defaultValue) Retrieve an long from the DataObjectvoid
DataResultSetImpl.insertRow
(DataObject row, int index) Add a row of data to this result set in the given row.static void
DataObjectEncodingUtils.setBoolean
(DataObject dataObject, String name, boolean value) Set a value as a booleanstatic void
DataObjectEncodingUtils.setDate
(DataObject dataObject, String name, Date date) Set a date value. -
Uses of DataObject in oracle.stellent.ridc.model.serialize
Methods in oracle.stellent.ridc.model.serialize with parameters of type DataObjectModifier and TypeMethodDescriptionprotected void
HdaBinderSerializer.packageProperties
(Writer writer, DataObject dataObject, String name, Protocol.NullHandlingStrategy nullStrategy) Turns the properties object into a hda formatted string, and writes the data to the writer.protected boolean
HdaBinderSerializer.parseNameValue
(DataObject dataObject, String envPair, String delimiter) Split a name-value pair separated by a delimiter into its parts, and place the value in the local dataprotected boolean
HdaBinderSerializer.readProperties
(BufferedReader reader, DataObject props, String endMark, boolean isJava) Read properties values in from a buffered reader and into a properties object.