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 voidContentHistoryWatcher.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 TypeMethodDescriptionintIUserSecurityCache.getAccessLevelForDocument(CacheId id, DataObject docInfo) Deprecated.this method swallows IdcClientExceptionsintIUserSecurityCache.getAccessLevelForDocument(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.booleanIUserSecurityCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType) Deprecated.this method swallows IdcClientExceptionsbooleanIUserSecurityCache.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 TypeMethodDescriptionintUserSecurityGroupsCache.getAccessLevelForDocument(CacheId id, DataObject docInfo) Deprecated.this method swallows IdcClientExceptionsintUserSecurityGroupsCache.getAccessLevelForDocument(CacheId id, DataObject docInfo, ITrace trace) Get the user's access level for a document.static StringTrace.getDocTraceId(DataObject info) Used by trace and tests to get some sort of id for this document.booleanUserSecurityGroupsCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType) Deprecated.this method swallows IdcClientExceptionsbooleanUserSecurityGroupsCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace) Returns the Admin flag for the specific admin type.booleanUserSecurityGroupsCache.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 TypeMethodDescriptionvoidDataResultSet.addRow(DataObject row) Add a new row of value.voidDataResultSet.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 TypeClassDescriptionclassA mapping of name/value pairsclassMethods 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 TypeMethodDescriptionvoidDataResultSetImpl.addRow(DataObject row) Add a row of data to this result set.static booleanDataObjectEncodingUtils.getBoolean(DataObject dataObject, String name, boolean defaultValue) Retrieve the result as a booleanstatic CalendarDataObjectEncodingUtils.getCalendar(DataObject dataObject, String name) Retrieve the getCalendar.static intDataObjectEncodingUtils.getInteger(DataObject dataObject, String name, int defaultValue) Retrieve an integer from the DataObjectstatic longDataObjectEncodingUtils.getLong(DataObject dataObject, String name, long defaultValue) Retrieve an long from the DataObjectvoidDataResultSetImpl.insertRow(DataObject row, int index) Add a row of data to this result set in the given row.static voidDataObjectEncodingUtils.setBoolean(DataObject dataObject, String name, boolean value) Set a value as a booleanstatic voidDataObjectEncodingUtils.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 voidHdaBinderSerializer.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 booleanHdaBinderSerializer.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 booleanHdaBinderSerializer.readProperties(BufferedReader reader, DataObject props, String endMark, boolean isJava) Read properties values in from a buffered reader and into a properties object.