Package | Description |
---|---|
oracle.ifs.fdk | |
oracle.ifs.fdk.core | |
oracle.ifs.fdk.impl |
Modifier and Type | Class and Description |
---|---|
class |
Preference
A Preference represents a preference value.
|
Modifier and Type | Field and Description |
---|---|
NamedValue |
TypeReference.refNamedValue |
Modifier and Type | Method and Description |
---|---|
NamedValue[] |
SearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs)
Executes a search using a prepared selector.
|
NamedValue |
EventHandlerContext.getAuditHistoryProperty(String key)
Gets a property of the custom Audit History by its property name.
|
NamedValue[] |
AuditManager.getAuditTypeEntries(NamedValue[] options)
Returns the AuditTypeEntries for an Item type
or that are contained within an existing AuditTypeList.
|
NamedValue[] |
AuditManager.getAuditTypeEntriesFromAuditTypesList(long id)
Returns the AuditTypes of an AuditTypeList.
|
static NamedValue[] |
ClientUtils.getIdErrorInfo(long id)
Returns an NamedValue[] info filled in with the ID of the object where the
error occured.
|
static NamedValue[] |
ClientUtils.getIdErrorInfo(Long id)
Returns an NamedValue[] info filled in with the ID of the object where the
error occured.
|
NamedValue[] |
FdkException.getInfo()
Returns the optional info for this error.
|
NamedValue[] |
FdkExceptionEntry.getInfo()
Returns additional information about the error or
null if
no additional information is available. |
NamedValue[] |
CommonManager.getItemInvalidations(long[] addedIds,
long[] removedIds,
long[] setIds)
Gets the set of Item invalidations for items the session has
registered interest for.
|
NamedValue[] |
NamedValueSet.getNamedValues()
Returns the named values as an array.
|
NamedValue[] |
Event.getProperties()
Returns the auxiliary properties associated with this Event.
|
NamedValue[] |
Item.getRequestedAttributes()
Returns the optionally requested attributes of the item or
null if no optional attributes are present. |
NamedValue[] |
SessionManager.getSessionProperties(String[] properties)
Returns the requested session properties.
|
NamedValue[] |
FileManager.getSupportedCharsetNames()
Returns a list of supported character sets.
|
NamedValue[] |
FileManager.getSupportedLanguageNames()
Returns a list of supported languages.
|
NamedValue[] |
SystemConfigurationManager.getSystemConfigurationProperties(String[] properties)
Returns the values for the requested system configuration properties.
|
NamedValue[] |
AuditManager.listAggregateEventColumnValues(String aggFunction,
String[] columnNames,
NamedValue[] searchOptions,
NamedValue[] sortOptions)
Returns an array of column values (each element of the array corresponds to
a specific column).
|
NamedValue[] |
AuthenticatedUserLoginManager.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session for the currently authenticated user.
|
NamedValue[] |
UsernameTokenLoginManager.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated by the Web Services Username Token.
|
NamedValue[] |
RemoteLoginManager.login(String username,
String password,
NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated as the given user.
|
static NamedValue[] |
ClientUtils.mapToNamedValues(Map map)
Converts an Map of named values to NamedValue[].
|
static NamedValue[] |
NamedValue.mapToNamedValues(Map map)
Converts an Map of named values to NamedValue[].
|
static NamedValue[] |
ClientUtils.multiMapToNamedValues(Map map)
Converts a MultiMap of named values to a NamedValue[].
|
static NamedValue |
ClientUtils.newNamedValue(String name,
Object value)
Creates a new NamedValue.
|
NamedValue[] |
SearchManager.search(SearchExpression expr,
NamedValue[] options,
AttributeRequest[] attrReqs)
Performs a search.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestManager.acknowledgeRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes)
Acknowledges the request for the given user.
|
Item |
ExtendedLockManager.acquireDavLock(long id,
NamedValue[] attributes)
Acquires a DAV lock on the given Item.
|
Item |
ExtendedLockManager.acquireNullOrDavLock(long id,
String name,
NamedValue[] attributes)
Acquires either a Null Resource Lock or a DAV lock on the given Item
name.
|
Item |
SecurityManager.addGrants(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Adds the specified grants to the SecurityConfiguration of the target item.
|
Item |
CategoryManager.addMetaDataAttribute(long mdscatId,
NamedValue attributedef,
AttributeRequest[] attrrequest)
Adds an attribute to a category subclass.
|
static boolean |
ClientUtils.addNamedValueToMultiMap(Map map,
NamedValue nv)
Adds a NamedValue to a MultiMap.
|
Item |
GroupManager.addUsers(long groupId,
NamedValue[] def,
AttributeRequest[] attributes)
Adds members and managers to an existing group.
|
void |
RequestManager.approveRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes)
Approves the request for the given user.
|
void |
RequestManager.cancelRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes)
Cancels the request for the given user.
|
Item[] |
VersionManager.checkin(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs,
AttributeRequest[] attributes)
Checks in a set of documents, or creates a request for checkin if
operation is workflow-enabled.
|
Item[] |
VersionManager.checkoutDocuments(long[] items,
String[] comments,
NamedValue[] workflowParams,
NamedValueSet[] attrs,
AttributeRequest[] attributes)
Checks out a set of documents.
|
Item[] |
FileManager.copy(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Copies items.
|
Item |
VersionManager.copyToLatestVersion(long versionId,
NamedValue[] attrs)
Copies a version to the latest version in the version history.
|
Item |
VersionManager.copyVersion(long versionId,
NamedValue[] attrs)
Copies a version.
|
Item |
AuditManager.createAuditReport(NamedValue[] searchOptions,
NamedValue[] sortOptions,
NamedValue[] reportOptions,
AttributeRequest[] attrs)
Creates an audit report given a search specification
as a DocumentDefinition that can be used to create a Document later.
|
Item |
AuditManager.createAuditReport(NamedValue[] searchOptions,
NamedValue[] sortOptions,
NamedValue[] reportOptions,
AttributeRequest[] attrs)
Creates an audit report given a search specification
as a DocumentDefinition that can be used to create a Document later.
|
Item |
AuditManager.createAuditReport(NamedValue[] searchOptions,
NamedValue[] sortOptions,
NamedValue[] reportOptions,
AttributeRequest[] attrs)
Creates an audit report given a search specification
as a DocumentDefinition that can be used to create a Document later.
|
Item |
AuditManager.createAuditTypeList(NamedValue[] def,
AttributeRequest[] attrs)
Creates an AuditTypeList.
|
Item |
CategoryManager.createCategorySubClass(NamedValue[] attributes,
AttributeRequest[] attrrequest)
Creates a Category subclass.
|
Item |
ContainerManager.createContainer(long target,
NamedValue[] def,
AttributeRequest[] attributes)
Creates a new container.
|
Item |
FileManager.createDocument(NamedValue[] docDef,
NamedValue[] workflowParams,
AttributeRequest[] attributes)
Creates a new Document.
|
Item |
FileManager.createDocument(NamedValue[] docDef,
NamedValue[] workflowParams,
AttributeRequest[] attributes)
Creates a new Document.
|
Item |
FileManager.createDocumentDefinition(NamedValue[] def,
AttributeRequest[] attributes)
Creates a new DocumentDefinition Item, which can be used later to create a
Document Item.
|
Item[] |
FileManager.createDocuments(NamedValueSet[] docDefs,
NamedValue[] workflowParams,
AttributeRequest[] attributes)
Creates a set of new Documents.
|
Item |
FileManager.createFolder(long destFolderId,
NamedValue[] attributes,
AttributeRequest[] attrrequest)
Creates a new FOLDER Item.
|
Item |
GroupManager.createGroup(NamedValue[] def,
AttributeRequest[] attributes)
Creates a new group, returning an Item that represents it.
|
Item |
LifecycleManager.createLifecyclePolicy(NamedValue[] def,
AttributeRequest[] attrs)
Creates a new LIFECYCLE_POLICY Item.
|
Item |
WorkspaceManager.createPersonalWorkspace(NamedValue[] def,
AttributeRequest[] attributes)
Creates a new personal workspace for the current user.
|
Item |
WorkspaceManager.createPersonalWorkspaceForUser(long userId,
NamedValue[] def,
AttributeRequest[] attributes)
Creates a new personal workspace for the given user.
|
Item |
RelationManager.createRelation(long from,
long to,
NamedValue[] options,
AttributeRequest[] attributes)
Create a new relation between two documents.
|
Item |
SecurityManager.createRole(long target,
NamedValue[] def,
AttributeRequest[] attributes)
Creates a new Role for use in the target domain.
|
void |
RequestManager.createUserRequest(long[] targets,
NamedValue[] params)
Creates a UserRequest for each set of targets that are controlled by a
specific UserRequestWorkflowConfiguration.
|
Item |
WorkspaceManager.createWorkspace(long target,
NamedValue[] wfParams,
NamedValue[] def,
AttributeRequest[] attributes)
Creates a new workspace or a request.
|
Item |
WorkspaceManager.createWorkspace(long target,
NamedValue[] wfParams,
NamedValue[] def,
AttributeRequest[] attributes)
Creates a new workspace or a request.
|
void |
FileManager.delete(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Deletes items.
|
void |
ContainerManager.deleteContainer(long id,
NamedValue[] def)
Deletes a container.
|
void |
LifecycleManager.deleteLifecyclePolicy(long id,
NamedValue[] options)
Deletes a LIFECYCLE_POLICY Item.
|
void |
SecurityManager.deleteRole(long target,
NamedValue[] def)
Deletes a Role.
|
void |
WorkspaceManager.deleteWorkspace(long id,
NamedValue[] def)
Deletes a workspace.
|
void |
RequestManager.denyRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes)
Denies the request for the given user.
|
NamedValue[] |
SearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs)
Executes a search using a prepared selector.
|
NamedValue[] |
SearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs)
Executes a search using a prepared selector.
|
NamedValue[] |
SearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs)
Executes a search using a prepared selector.
|
NamedValue[] |
SearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs)
Executes a search using a prepared selector.
|
int |
SearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options)
Executes a search to obtain the result count using a prepared selector.
|
int |
SearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options)
Executes a search to obtain the result count using a prepared selector.
|
int |
SearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options)
Executes a search to obtain the result count using a prepared selector.
|
int |
SearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options)
Executes a search to obtain the result count using a prepared selector.
|
NamedValueSet[] |
UserManager.findCredentialManagerUsers(NamedValue[] searchOptions)
Find a list of users from the current credential manager that match
the specified search options.
|
Item[] |
UserManager.findDomainUsers(NamedValue[] options,
AttributeRequest[] attrs)
Find a list of provisioned users in the current domain that match the
specified search options.
|
Item[] |
GroupManager.findGroups(NamedValue[] def,
AttributeRequest[] attributes)
Returns a set of GROUPs.
|
Item[] |
LifecycleManager.findLifecyclePolicies(NamedValue[] options,
AttributeRequest[] attrs)
Returns an array of LIFECYCLE_POLICY Items that match the specified search
options.
|
NamedValue[] |
AuditManager.getAuditTypeEntries(NamedValue[] options)
Returns the AuditTypeEntries for an Item type
or that are contained within an existing AuditTypeList.
|
static FdkException |
FdkException.getInstance(String detailedErrorCode,
NamedValue[] info)
Constructs a new instance.
|
static FdkException |
FdkException.getInstance(String detailedErrorCode,
Throwable cause,
NamedValue[] info)
Maps any Throwable to and FdkException, setting the error code
explicitly.
|
static FdkException |
FdkException.getInstance(Throwable cause,
NamedValue[] info)
Maps any Throwable to an FdkException.
|
static FdkException |
FdkException.getInstance(Throwable cause,
NamedValue[] info,
boolean log)
Gives control over what needs to be logged.
|
Item[] |
FileManager.getMostRecentDocuments(NamedValue[] options,
AttributeRequest[] attributes)
Returns the most recent documents for the current user
If the primary or secondary sort attributes are specified
but the corresponding sort directions are not specified,
the sorting defaults to ascending order.
|
Item |
WorkspaceManager.joinWorkspace(long id,
long[] reqRoles,
NamedValue[] wfParams,
AttributeRequest[] attributes)
Requests to join a JoinableWorkspace.
|
NamedValue[] |
AuditManager.listAggregateEventColumnValues(String aggFunction,
String[] columnNames,
NamedValue[] searchOptions,
NamedValue[] sortOptions)
Returns an array of column values (each element of the array corresponds to
a specific column).
|
NamedValue[] |
AuditManager.listAggregateEventColumnValues(String aggFunction,
String[] columnNames,
NamedValue[] searchOptions,
NamedValue[] sortOptions)
Returns an array of column values (each element of the array corresponds to
a specific column).
|
Item[] |
WorkflowManager.listCustomWorkflows(NamedValue[] options,
AttributeRequest[] attributes)
Returns all Custom Workflow instances that have been registered.
|
Item[] |
FileManager.listFolder(long folderId,
NamedValue[] options,
AttributeRequest[] attributes)
Returns the items of a folder and returns the requested attributes that
apply to each item.
|
Item[] |
WorkspaceManager.listJoinableWorkspaces(NamedValue[] options,
AttributeRequest[] attrs)
Lists workspaces that can be joined via request.
|
Item[] |
LockManager.listLockedDocuments(int[] locks,
NamedValue[] options,
AttributeRequest[] attributes)
Returns a list of Documents locked by a user.
|
Item[] |
RequestManager.listRequests(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Returns the list of all reqeusts sent out by given user(id).
|
Item[] |
RequestManager.listRequestsForUser(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Returns the list of all reqeusts that the given user is responder to.
|
Item[] |
SecurityManager.listRoles(long id,
NamedValue[] options,
AttributeRequest[] attributes)
Returns the available security roles in the domain that apply to the given
target object.
|
Item[] |
SecurityManager.listRolesByItemType(String itemType,
NamedValue[] options,
AttributeRequest[] attributes)
Returns the available security roles in the domain that apply to the
given target object class.
|
Item[] |
VersionManager.listVersions(long id,
NamedValue[] options,
AttributeRequest[] attributes)
Returns the versions of an item and the requested attributes that
apply to each item.
|
NamedValue[] |
AuthenticatedUserLoginManager.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session for the currently authenticated user.
|
NamedValue[] |
UsernameTokenLoginManager.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated by the Web Services Username Token.
|
NamedValue[] |
RemoteLoginManager.login(String username,
String password,
NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated as the given user.
|
Item |
CategoryManager.modifyCategorySubClass(long mdscatId,
NamedValue[] attributes,
AttributeRequest[] attrrequest)
Modifies the given Category subclass.
|
Item |
CategoryManager.modifyMetaDataAttribute(long attributeId,
NamedValue attributedef,
AttributeRequest[] attrrequest)
Given an Attribute description, modify the attribute to the given class
and return the modified classobject id.
|
Item[] |
FileManager.move(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Moves items.
|
Item |
VersionManager.moveVersion(long versionId,
NamedValue[] attrs)
Moves a version.
|
static Map |
ClientUtils.namedValuesToMap(NamedValue[] namedValues)
Converts a NamedValue[] to a Map for easy access.
|
static Map |
NamedValue.namedValuesToMap(NamedValue[] namedValues)
Converts a NamedValue[] to a Map for easy access.
|
static Map |
ClientUtils.namedValuesToMultiMap(NamedValue[] namedValues)
Converts a NamedValue[] to a MultiMap enabling multiple values to be mapped
to a single key.
|
static String |
ClientUtils.namedValueToString(NamedValue nv)
Returns a String representation of a NamedValue.
|
void |
AuditManager.postEvent(String opTypeKey,
long targetItem,
NamedValue[] optPayload)
Posts a custom audit event.
|
Item |
ExtendedLockManager.refreshDavLock(long id,
NamedValue[] attributes)
Refreshes a DAV lock.
|
static boolean |
ClientUtils.removeNamedValueFromMultiMap(Map map,
NamedValue nv)
Removes the first occurrence of a NamedValue from a MultiMap.
|
Item |
GroupManager.removeUsers(long groupId,
NamedValue[] def,
AttributeRequest[] attributes)
Removes members and managers from an existing group.
|
Item |
ContentManager.requestQuotaUpdate(long id,
NamedValue[] wfParams,
NamedValue[] attrs,
AttributeRequest[] attributes)
Request an update to the existing quota on a workspace for non-admin user.
|
Item |
ContentManager.requestQuotaUpdate(long id,
NamedValue[] wfParams,
NamedValue[] attrs,
AttributeRequest[] attributes)
Request an update to the existing quota on a workspace for non-admin user.
|
Item |
ArchiveManager.restoreFromArchive(long archiveId,
long sourceId,
NamedValue[] options)
Restores a document/folder specified by sourceId into the location
specified by DESTFOLDER option from the Archive.
|
NamedValue[] |
SearchManager.search(SearchExpression expr,
NamedValue[] options,
AttributeRequest[] attrReqs)
Performs a search.
|
Event[] |
AuditManager.searchAuditHistory(NamedValue[] searchOptions,
NamedValue[] sortOptions)
Searches an Audit History, returning an array of matching Event instances.
|
Event[] |
AuditManager.searchAuditHistory(NamedValue[] searchOptions,
NamedValue[] sortOptions)
Searches an Audit History, returning an array of matching Event instances.
|
void |
ArchiveManager.setArchiveConfiguration(long archiveId,
NamedValue[] attributes)
Sets the Archive configuration.
|
void |
EventHandlerContext.setAuditHistoryProperty(String key,
NamedValue value)
Sets a property of the custom Audit history.
|
void |
AuditManager.setAuditingConfiguration(long folderId,
NamedValue[] config)
Sets the AuditingConfiguration for a Folder, replacing any existing
AuditingConfiguration.
|
void |
CategoryManager.setCategoryConfiguration(long folderId,
NamedValue[] config)
Sets or updates the CategoryConfiguration for a Folder.
|
void |
FdkException.setInfo(NamedValue[] info)
Always throws a RuntimeException.
|
void |
FdkExceptionEntry.setInfo(NamedValue[] info)
Always throws a RuntimeException.
|
void |
NamedValueSet.setNamedValues(NamedValue[] namedValues)
Sets the named values from an array.
|
void |
AuditManager.setOperationConfiguration(long folderId,
NamedValue[] config)
Sets the OperationConfiguration for a Folder, replacing any existing
OperationConfiguration.
|
void |
Event.setProperties(NamedValue[] properties)
Always throws a RuntimeException.
|
void |
Item.setRequestedAttributes(NamedValue[] attrs)
Always throws a RuntimeException.
|
Item |
SecurityManager.setSecurityConfiguration(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Updates the SecurityConfiguration of the target item.
|
void |
SessionManager.setSessionProperties(NamedValue[] properties)
Set properties on the current session.
|
void |
SortManager.setSortPreference(NamedValue[] options)
Creates a setting in the current user's user preferences to always sort
the given table using the given options.
|
void |
TrashManager.setTrashConfiguration(long trashId,
NamedValue[] config)
Sets the TrashFolder configuration.
|
void |
VersionManager.setVersioningConfiguration(long folderId,
NamedValue[] config)
Sets the VersioningConfiguration for a Folder, replacing any existing
VersioningConfiguration.
|
void |
WorkflowManager.setWorkflowConfiguration(long id,
String operation,
NamedValue[] def)
Sets a
WORKFLOW_CONFIGURATION for a FOLDER Item,
replacing any existing WORKFLOW_CONFIGURATION of the same
operation type (Attributes.WORKFLOW_CONFIGURATION_OPERATION ). |
Item[] |
SortManager.sortAttributeList(long id,
NamedValue[] options,
AttributeRequest[] attrs)
Given an id of a repos object, constructs an item with an attribute of
the given name and sorts the resulting value.
|
Item |
AuditManager.updateAuditTypeList(long id,
NamedValue[] def,
AttributeRequest[] attrs)
Updates the name or description of an existing AuditTypeList.
|
Item |
CategoryManager.updateCategory(long catId,
NamedValue[] ahcDef,
AttributeRequest[] attributes)
Deprecated.
|
Item |
ContainerManager.updateContainer(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Updates an existing container.
|
void |
ExtendedFileContentManager.updateContent(long id,
InputStream content,
NamedValue[] attributes)
Updates the content of an existing DOCUMENT or DOCUMENT_DEFINITION item.
|
Item |
FileManager.updateDocument(long docId,
NamedValue[] docDef,
AttributeRequest[] attributes)
Updates a Document.
|
Item |
DomainManager.updateDomain(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Updates a
DOMAIN Item. |
Item |
FileManager.updateFolder(long folderId,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a Folder.
|
Item |
GroupManager.updateGroup(long groupId,
NamedValue[] def,
AttributeRequest[] attributes)
Updates a group.
|
Item |
LifecycleManager.updateLifecyclePolicy(long id,
NamedValue[] def,
AttributeRequest[] attrs)
Updates an existing LIFECYCLE_POLICY Item.
|
Item |
LifecycleManager.updateLifecyclePolicyEntry(long id,
NamedValue[] def,
AttributeRequest[] attrs)
Updates an existing LIFECYCLE_POLICY_ENTRY item.
|
Item |
FileManager.updateLink(long linkId,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a Link.
|
void |
ContentManager.updateQuota(long id,
NamedValue[] attrs)
Updates an existing quota.
|
Item |
RelationManager.updateRelation(long id,
NamedValue[] options,
AttributeRequest[] attributes)
Update an existing relation.
|
Item |
SecurityManager.updateRole(long target,
NamedValue[] def,
AttributeRequest[] attributes)
Updates a Role.
|
Item |
VersionManager.updateVersion(long id,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a version-controlled document.
|
Item |
WorkspaceManager.updateWorkspace(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Updates an existing Workspace.
|
Constructor and Description |
---|
Event(long id,
long sessId,
long appSessId,
String opType,
Date createDate,
long creatorId,
long sessionUserId,
long domainId,
boolean success,
long targetId,
long[] auxTargetIds,
long[] auxTargetTypeIds,
String appUser,
String appContext,
String auxString,
Long auxNumber,
NamedValue[] properties)
Constructs an Event.
|
FdkException(String detailedErrorCode,
String errorCode,
FdkExceptionEntry[] exceptionEntries,
NamedValue[] info,
String serverStackTraceId)
Constructor for WebLogic web services.
|
NamedValueSet(NamedValue[] namedValues)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
NamedValue[] |
CoreSearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs) |
NamedValue[] |
CoreAuditManager.getAuditTypeEntries(NamedValue[] options) |
NamedValue[] |
CoreAuditManager.getAuditTypeEntriesFromAuditTypesList(long id) |
NamedValue[] |
CoreCommonManager.getItemInvalidations(long[] addedIds,
long[] removedIds,
long[] setIds)
Gets the set of Item invalidations for items the session has
registered interest for.
|
NamedValue[] |
CoreSessionManager.getSessionProperties(String[] properties)
Returns the requested session properties.
|
NamedValue[] |
CoreFileManager.getSupportedCharsetNames()
Returns a list of supported character sets.
|
NamedValue[] |
CoreFileManager.getSupportedLanguageNames()
Returns a list of supported languages.
|
NamedValue[] |
CoreAuditManager.listAggregateEventColumnValues(String aggFunction,
String[] columnNames,
NamedValue[] searchOptions,
NamedValue[] sortOptions) |
NamedValue[] |
CoreSearchManager.search(SearchExpression expr,
NamedValue[] options,
AttributeRequest[] attrReqs) |
Modifier and Type | Method and Description |
---|---|
void |
CoreRequestManager.acknowledgeRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreExtendedLockManager.acquireDavLock(long id,
NamedValue[] attributes) |
Item |
CoreExtendedLockManager.acquireNullOrDavLock(long id,
String name,
NamedValue[] attributes) |
Item |
CoreSecurityManager.addGrants(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreCategoryManager.addMetaDataAttribute(long categoryId,
NamedValue attributedef,
AttributeRequest[] attrrequest)
adds a metadata attribute.
|
protected Item |
CoreCategoryManager.addMetaDataCategoryAttribute(long categoryId,
NamedValue attributedef,
AttributeRequest[] attrrequest)
Deprecated.
use addMetaDataAttribute
|
Item |
CoreGroupManager.addUsers(long groupId,
NamedValue[] def,
AttributeRequest[] attributes) |
void |
CoreRequestManager.approveRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes) |
void |
CoreRequestManager.cancelRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes) |
Item[] |
CoreVersionManager.checkin(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs,
AttributeRequest[] attributes) |
Item[] |
CoreVersionManager.checkoutDocuments(long[] items,
String[] comments,
NamedValue[] workflowParams,
NamedValueSet[] attrs,
AttributeRequest[] attributes) |
Item[] |
CoreFileManager.copy(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Copies items.
|
Item |
CoreVersionManager.copyToLatestVersion(long versionId,
NamedValue[] attrs) |
Item |
CoreVersionManager.copyVersion(long versionId,
NamedValue[] attrs) |
Item |
CoreAuditManager.createAuditReport(NamedValue[] searchOptions,
NamedValue[] sortOptions,
NamedValue[] reportOptions,
AttributeRequest[] attrs) |
Item |
CoreAuditManager.createAuditReport(NamedValue[] searchOptions,
NamedValue[] sortOptions,
NamedValue[] reportOptions,
AttributeRequest[] attrs) |
Item |
CoreAuditManager.createAuditReport(NamedValue[] searchOptions,
NamedValue[] sortOptions,
NamedValue[] reportOptions,
AttributeRequest[] attrs) |
Item |
CoreAuditManager.createAuditTypeList(NamedValue[] def,
AttributeRequest[] attrs) |
Item |
CoreCategoryManager.createCategorySubClass(NamedValue[] attributes,
AttributeRequest[] attrrequest) |
Item |
CoreContainerManager.createContainer(long target,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreFileManager.createDocument(NamedValue[] docDef,
NamedValue[] workflowParams,
AttributeRequest[] attributes)
Creates a new Document.
|
Item |
CoreFileManager.createDocument(NamedValue[] docDef,
NamedValue[] workflowParams,
AttributeRequest[] attributes)
Creates a new Document.
|
Item |
CoreFileManager.createDocumentDefinition(NamedValue[] def,
AttributeRequest[] attributes)
Creates a new DocumentDefinition Item, which can be used later to create a
Document Item.
|
Item[] |
CoreFileManager.createDocuments(NamedValueSet[] docDefs,
NamedValue[] workflowParams,
AttributeRequest[] attributes)
Creates a set of new Documents.
|
Item |
CoreFileManager.createFolder(long destFolderId,
NamedValue[] attributes,
AttributeRequest[] attrequest)
Creates a new FOLDER Item.
|
Item |
CoreGroupManager.createGroup(NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreLifecycleManager.createLifecyclePolicy(NamedValue[] def,
AttributeRequest[] attrs)
Creates a new LIFECYCLE_POLICY Item.
|
Item |
CoreWorkspaceManager.createPersonalWorkspace(NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreWorkspaceManager.createPersonalWorkspaceForUser(long userId,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreRelationManager.createRelation(long from,
long to,
NamedValue[] options,
AttributeRequest[] attributes)
Create a new relation between two documents.
|
Item |
CoreSecurityManager.createRole(long target,
NamedValue[] def,
AttributeRequest[] attributes) |
void |
CoreRequestManager.createUserRequest(long[] targets,
NamedValue[] workflowParams) |
Item |
CoreWorkspaceManager.createWorkspace(long target,
NamedValue[] workflowParams,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreWorkspaceManager.createWorkspace(long target,
NamedValue[] workflowParams,
NamedValue[] def,
AttributeRequest[] attributes) |
void |
CoreFileManager.delete(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Deletes items.
|
void |
CoreContainerManager.deleteContainer(long id,
NamedValue[] def) |
void |
CoreLifecycleManager.deleteLifecyclePolicy(long idval,
NamedValue[] options)
Deletes a LIFECYCLE_POLICY Item.
|
void |
CoreSecurityManager.deleteRole(long id,
NamedValue[] def) |
void |
CoreWorkspaceManager.deleteWorkspace(long id,
NamedValue[] def) |
void |
CoreRequestManager.denyRequestForUser(long requestId,
NamedValue[] def,
AttributeRequest[] attributes) |
NamedValue[] |
CoreSearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs) |
NamedValue[] |
CoreSearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs) |
NamedValue[] |
CoreSearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs) |
NamedValue[] |
CoreSearchManager.executeSelect(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
String sortCondition,
NamedValue[] bindVals,
NamedValue[] options,
AttributeRequest[] attrReqs) |
int |
CoreSearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options) |
int |
CoreSearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options) |
int |
CoreSearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options) |
int |
CoreSearchManager.executeSelectCount(NamedValue priTarget,
NamedValue[] auxTargets,
String searchCondition,
NamedValue[] bindVals,
NamedValue[] options) |
NamedValueSet[] |
CoreUserManager.findCredentialManagerUsers(NamedValue[] searchOptions) |
Item[] |
CoreUserManager.findDomainUsers(NamedValue[] options,
AttributeRequest[] attrs) |
Item[] |
CoreGroupManager.findGroups(NamedValue[] def,
AttributeRequest[] attributes) |
Item[] |
CoreLifecycleManager.findLifecyclePolicies(NamedValue[] options,
AttributeRequest[] attrs)
Returns an array of LIFECYCLE_POLICY Items that match the specified search
options.
|
NamedValue[] |
CoreAuditManager.getAuditTypeEntries(NamedValue[] options) |
Item[] |
CoreFileManager.getMostRecentDocuments(NamedValue[] options,
AttributeRequest[] attributes)
Returns the most recent documents for the current user
If the primary or secondary sort attributes are specified
but the corresponding sort directions are not specified,
the sorting defaults to ascending order.
|
Item |
CoreWorkspaceManager.joinWorkspace(long id,
long[] requestedRoles,
NamedValue[] wfParams,
AttributeRequest[] attributes) |
NamedValue[] |
CoreAuditManager.listAggregateEventColumnValues(String aggFunction,
String[] columnNames,
NamedValue[] searchOptions,
NamedValue[] sortOptions) |
NamedValue[] |
CoreAuditManager.listAggregateEventColumnValues(String aggFunction,
String[] columnNames,
NamedValue[] searchOptions,
NamedValue[] sortOptions) |
Item[] |
CoreWorkflowManager.listCustomWorkflows(NamedValue[] options,
AttributeRequest[] attributes) |
Item[] |
CoreFileManager.listFolder(long id,
NamedValue[] options,
AttributeRequest[] attributes)
Returns the items of a folder and returns the requested attributes that
apply to each item.
|
Item[] |
CoreWorkspaceManager.listJoinableWorkspaces(NamedValue[] options,
AttributeRequest[] attrs) |
Item[] |
CoreLockManager.listLockedDocuments(int[] locks,
NamedValue[] options,
AttributeRequest[] attributes) |
Item[] |
CoreRequestManager.listRequests(long id,
NamedValue[] options,
AttributeRequest[] attributes) |
Item[] |
CoreRequestManager.listRequestsForUser(long id,
NamedValue[] options,
AttributeRequest[] attributes) |
Item[] |
CoreSecurityManager.listRoles(long id,
NamedValue[] options,
AttributeRequest[] attributes) |
Item[] |
CoreSecurityManager.listRolesByItemType(String itemName,
NamedValue[] options,
AttributeRequest[] attributes) |
Item[] |
CoreVersionManager.listVersions(long id,
NamedValue[] options,
AttributeRequest[] attributes) |
Item |
CoreCategoryManager.modifyCategorySubClass(long mdscatId,
NamedValue[] attributes,
AttributeRequest[] attrrequest) |
Item |
CoreCategoryManager.modifyMetaDataAttribute(long attributeId,
NamedValue attributedef,
AttributeRequest[] attrrequest)
modify a category attribute.
|
Item[] |
CoreFileManager.move(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Moves items.
|
Item |
CoreVersionManager.moveVersion(long versionId,
NamedValue[] attrs) |
void |
CoreAuditManager.postEvent(String opTypeKey,
long targetItem,
NamedValue[] optPayload)
Posts a custom audit event.
|
Item |
CoreExtendedLockManager.refreshDavLock(long id,
NamedValue[] attributes) |
Item |
CoreGroupManager.removeUsers(long groupId,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreContentManager.requestQuotaUpdate(long id,
NamedValue[] wfParams,
NamedValue[] attrs,
AttributeRequest[] attributes)
Request an update to the existing quota on a workspace for non-admin user.
|
Item |
CoreContentManager.requestQuotaUpdate(long id,
NamedValue[] wfParams,
NamedValue[] attrs,
AttributeRequest[] attributes)
Request an update to the existing quota on a workspace for non-admin user.
|
Item |
CoreArchiveManager.restoreFromArchive(long archiveId,
long sourceId,
NamedValue[] options)
Restores a document/folder specified by sourceId into the location
specified by DESTFOLDER option value from the Archive.
|
NamedValue[] |
CoreSearchManager.search(SearchExpression expr,
NamedValue[] options,
AttributeRequest[] attrReqs) |
Event[] |
CoreAuditManager.searchAuditHistory(NamedValue[] searchOptions,
NamedValue[] sortOptions) |
Event[] |
CoreAuditManager.searchAuditHistory(NamedValue[] searchOptions,
NamedValue[] sortOptions) |
void |
CoreArchiveManager.setArchiveConfiguration(long archiveId,
NamedValue[] attributes)
Updates the specified Archive.
|
void |
CoreAuditManager.setAuditingConfiguration(long folderId,
NamedValue[] config) |
void |
CoreCategoryManager.setCategoryConfiguration(long folderId,
NamedValue[] config) |
protected void |
CoreCategoryManager.setMetaDataConfiguration(long folderId,
NamedValue[] config,
String configClassName) |
void |
CoreAuditManager.setOperationConfiguration(long folderId,
NamedValue[] config)
Sets the OperationConfiguration for a Folder, replacing any existing
OperationConfiguration.
|
Item |
CoreSecurityManager.setSecurityConfiguration(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
void |
CoreSessionManager.setSessionProperties(NamedValue[] properties)
Set properties on the current session.
|
void |
CoreSortManager.setSortPreference(NamedValue[] options) |
void |
CoreTrashManager.setTrashConfiguration(long trashId,
NamedValue[] config) |
void |
CoreVersionManager.setVersioningConfiguration(long folderId,
NamedValue[] config) |
void |
CoreWorkflowManager.setWorkflowConfiguration(long id,
String operation,
NamedValue[] config) |
Item[] |
CoreSortManager.sortAttributeList(long id,
NamedValue[] options,
AttributeRequest[] attrs) |
Item |
CoreAuditManager.updateAuditTypeList(long id,
NamedValue[] def,
AttributeRequest[] attrs) |
Item |
CoreCategoryManager.updateCategory(long catId,
NamedValue[] attrs,
AttributeRequest[] attributes) |
Item |
CoreContainerManager.updateContainer(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
void |
CoreFileContentManager.updateContent(long id,
InputStream content,
NamedValue[] attributes)
Updates the content of an existing DOCUMENT or DOCUMENT_DEFINITION item.
|
Item |
CoreFileManager.updateDocument(long docId,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a Document.
|
Item |
CoreDomainManager.updateDomain(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreFileManager.updateFolder(long folderId,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a Folder.
|
Item |
CoreGroupManager.updateGroup(long groupId,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreLifecycleManager.updateLifecyclePolicy(long id,
NamedValue[] def,
AttributeRequest[] attrs)
Updates an existing LIFECYCLE_POLICY Item.
|
Item |
CoreLifecycleManager.updateLifecyclePolicyEntry(long id,
NamedValue[] def,
AttributeRequest[] attrs)
Updates an existing LIFECYCLE_POLICY_ENTRY item.
|
Item |
CoreFileManager.updateLink(long linkId,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a Link.
|
void |
CoreContentManager.updateQuota(long id,
NamedValue[] attrs)
Updates an existing quota.
|
Item |
CoreRelationManager.updateRelation(long id,
NamedValue[] options,
AttributeRequest[] attributes)
Update an existing relation.
|
Item |
CoreSecurityManager.updateRole(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreVersionManager.updateVersion(long id,
NamedValue[] attrs,
AttributeRequest[] attributes) |
Item |
CoreWorkspaceManager.updateWorkspace(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
Modifier and Type | Method and Description |
---|---|
static NamedValue[] |
Utils.convertValuesToSimpleTypeArrays(NamedValue[] source,
long longNull,
int intNull,
boolean boolNull)
Converts any values of a NamedValue array that are Java type wrapper
arrays (such as Long[], Double[], or Boolean[]) to their simple type
array counterparts (such as long[], double[], or boolean[]), replacing
null elements in the source arrays with default values.
|
static NamedValue[] |
Utils.getIdErrorInfo(long id)
Returns an NamedValue[] info filled in with the ID of the object where the
error occured.
|
static NamedValue[] |
Utils.getIdErrorInfo(Long id)
Returns an NamedValue[] info filled in with the ID of the object where the
error occured.
|
NamedValue[] |
SystemConfigurationManagerImpl.getSystemConfigurationProperties(String[] properties) |
NamedValue[] |
RemoteLoginManagerImpl.interopTest(long[] longarray,
String[] strings,
NamedValue[] nv) |
NamedValue[] |
AuthenticatedUserLoginManagerImpl.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session for the currently authenticated user.
|
NamedValue[] |
UsernameTokenLoginManagerImpl.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated by the Web Services Username Token.
|
NamedValue[] |
RemoteLoginManagerImpl.login(String username,
String password,
NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated as the given user.
|
static NamedValue[] |
Utils.mergeAttributeArrays(NamedValue[] master,
NamedValue[] slave)
Merges two arrays of attributes.
|
static NamedValue |
Utils.toNamedValue(AttributeValue av)
Converts an AttributeValue to a NamedValue.
|
static NamedValue[] |
Utils.toNamedValues(AttributeValue[] avs)
Converts an AttributeValue array to a NamedValue array.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.addAuditTypestoDefinition(LibrarySession ls,
AuditTypeListDefinition atlDef,
NamedValue[] auditTypesNamedValues)
Populates the AuditTypeListDefinition with the given Audit Types.
|
static NamedValue[] |
Utils.convertValuesToSimpleTypeArrays(NamedValue[] source,
long longNull,
int intNull,
boolean boolNull)
Converts any values of a NamedValue array that are Java type wrapper
arrays (such as Long[], Double[], or Boolean[]) to their simple type
array counterparts (such as long[], double[], or boolean[]), replacing
null elements in the source arrays with default values.
|
NamedValue[] |
RemoteLoginManagerImpl.interopTest(long[] longarray,
String[] strings,
NamedValue[] nv) |
NamedValue[] |
AuthenticatedUserLoginManagerImpl.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session for the currently authenticated user.
|
NamedValue[] |
UsernameTokenLoginManagerImpl.login(NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated by the Web Services Username Token.
|
NamedValue[] |
RemoteLoginManagerImpl.login(String username,
String password,
NamedValue[] options,
AttributeRequest[] userAttributes)
Start a session authenticated as the given user.
|
static NamedValue[] |
Utils.mergeAttributeArrays(NamedValue[] master,
NamedValue[] slave)
Merges two arrays of attributes.
|
static NamedValue[] |
Utils.mergeAttributeArrays(NamedValue[] master,
NamedValue[] slave)
Merges two arrays of attributes.
|
static void |
AttributeHelper.setAttributes(FdkSessionImpl session,
LibraryObject reposObject,
NamedValue[] attributes)
Sets the attributes on a given repository object.
|
static AttributeValue |
Utils.toAttributeValue(NamedValue nv)
Convert a NamedValue to an AttributeValue.
|
static AttributeValue[] |
Utils.toAttributeValues(NamedValue[] nvs)
Convert a NamedValue array to an AttributeValue array.
|
Copyright © 2023. All rights reserved.