Modifier and Type | Method and Description |
---|---|
protected void |
ContentHistoryWatcher.fireContentUpdateEvent(DataObject contentInfo)
Fire the content update event
|
protected String[] |
ContentHistoryWatcher.IdcPollingThread.getCurrentDateWhereClause(DataObject documentEvent) |
Modifier and Type | Method and Description |
---|---|
List<DataObject> |
IServiceCallUtils.getDocInfoRows(DataBinder docBinder)
get the rows of the DOC_INFO resultset
|
Modifier and Type | Method and Description |
---|---|
int |
IUserSecurityCache.getAccessLevelForDocument(CacheId id,
DataObject docInfo)
Deprecated.
this method swallows IdcClientExceptions
|
int |
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 IdcClientExceptions
|
boolean |
IUserSecurityCache.isAdmin(CacheId id,
DataObject docInfo,
IUserSecurityCache.AdminType adminType,
ITrace trace)
Returns the Admin flag for the specific admin type.
|
Integer |
IAccessResolver.resolveAccessLevel(DataObject docInfo,
DataBinder userBinder)
Deprecated.
this method swallows IdcClientExceptions
|
Integer |
IAccessResolver.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
|
Modifier and Type | Method and Description |
---|---|
List<DataObject> |
ServiceCallUtils.getDocInfoRows(DataBinder docBinder)
get the rows of the DOC_INFO resultset
|
Modifier and Type | Method and Description |
---|---|
int |
UserSecurityGroupsCache.getAccessLevelForDocument(CacheId id,
DataObject docInfo)
Deprecated.
this method swallows IdcClientExceptions
|
int |
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 IdcClientExceptions
|
boolean |
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) |
Integer |
AccessResolverAccounts.resolveAccessLevel(DataObject docInfo,
DataBinder userBinder)
Deprecated.
this method swallows IdcClientExceptions
|
Integer |
AccessResolverAcl.resolveAccessLevel(DataObject docInfo,
DataBinder userBinder)
Deprecated.
this method swallows IdcClientExceptions
|
Integer |
AccessResolverSecurityGroups.resolveAccessLevel(DataObject docInfo,
DataBinder userBinder)
Deprecated.
this method swallows IdcClientExceptions
|
Integer |
AccessResolverAccounts.resolveAccessLevel(DataObject docInfo,
DataBinder userBinder,
ITrace trace)
Get the user's access level for this document.
|
Integer |
AccessResolverAcl.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.
|
Integer |
AccessResolverSecurityGroups.resolveAccessLevel(DataObject docInfo,
DataBinder userBinder,
ITrace trace)
For a given document, determine the user's access level
This resolver always participates.
|
Constructor and Description |
---|
AclListInfo(CSEnvCache csEnvCache,
DataObject docInfo,
ITrace trace)
Determines if there is any information to be used in this list.
|
Modifier and Type | Method and Description |
---|---|
DataObject |
DataFactory.createDataObject()
Create a new empty data object
|
DataObject |
DataBinder.getLocalData()
Retrieve the local data
|
Modifier and Type | Method and Description |
---|---|
List<DataObject> |
DataResultSet.getRows()
Retrieve values of all rows
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DataObjectImpl
A mapping of name/value pairs
|
class |
DataResultSetRow |
Modifier and Type | Method and Description |
---|---|
DataObject |
DataFactoryImpl.createDataObject() |
DataObject |
DataBinderImpl.getLocalData() |
Modifier and Type | Method and Description |
---|---|
List<DataObject> |
DataResultSetImpl.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
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 boolean
|
static 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 DataObject
|
static long |
DataObjectEncodingUtils.getLong(DataObject dataObject,
String name,
long defaultValue)
Retrieve an long from the DataObject
|
void |
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 boolean
|
static void |
DataObjectEncodingUtils.setDate(DataObject dataObject,
String name,
Date date)
Set a date value.
|
Modifier and Type | Method and Description |
---|---|
protected 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 data
|
protected boolean |
HdaBinderSerializer.readProperties(BufferedReader reader,
DataObject props,
String endMark,
boolean isJava)
Read properties values in from a buffered reader and into a properties
object.
|