Package | Description |
---|---|
oracle.ifs.fdk | |
oracle.ifs.fdk.core | |
oracle.ifs.fdk.impl | |
oracle.ifs.protocols.ftp.commands |
Modifier and Type | Field and Description |
---|---|
Item |
TypeReference.refItem |
Modifier and Type | Method and Description |
---|---|
Item |
ExtendedLockManager.acquireDavLock(long id,
NamedValue[] attributes)
Acquires a DAV lock on the given Item.
|
Item[] |
LockManager.acquireManualLocks(long[] ids,
NamedValueSet[] attributes)
Acquires manual locks on the given Items.
|
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.
|
Item |
GroupManager.addUsers(long groupId,
NamedValue[] def,
AttributeRequest[] attributes)
Adds members and managers to an existing group.
|
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.checkout(long[] items,
String[] comments)
Deprecated.
This API works with non-workflow enabled checkout
only. The results cannot be guaranteed if this API
is used in conjunction with WF.
Use checkoutDocuments() for workflow enabled checkout. |
Item[] |
VersionManager.checkoutDocuments(long[] items,
String[] comments,
NamedValue[] workflowParams,
NamedValueSet[] attrs,
AttributeRequest[] attributes)
Checks out a set of documents.
|
static Item[] |
Item.convertToItems(FdkSession session,
LibraryObject[] reposObjects,
AttributeRequest[] attributes)
Converts a list of repository objects to the corresponding Items.
|
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.copyToWorkingCopy(long versionId)
Copies a version to the working copy.
|
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.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.createDocumentDefinition(NamedValue[] def,
AttributeRequest[] attributes)
Creates a new DocumentDefinition Item, which can be used later to create a
Document Item.
|
Item[] |
FileManager.createDocumentDefinitions(NamedValueSet[] defs,
AttributeRequest[] attributes)
Creates set of new DocumentDefinition Items, which can be used later to
create Document Items.
|
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[] |
FileManager.createFolders(long[] destFolders,
NamedValueSet[] attributes,
AttributeRequest[] attrrequest)
Creates a set of folders.
|
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[] |
FileManager.createLinks(long folderId,
NamedValueSet[] linkDefs,
AttributeRequest[] attributes)
Creates a set of new Links.
|
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.
|
Item |
WorkspaceManager.createWorkspace(long target,
NamedValue[] wfParams,
NamedValue[] def,
AttributeRequest[] attributes)
Creates a new workspace or a request.
|
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.
|
Item |
LifecycleManager.findLifecyclePolicyByName(String name,
AttributeRequest[] attrs)
Returns the LIFECYCLE_POLICY Item with the specified name, or null if no
matching LIFECYCLE_POLICY Item exists.
|
Item |
SecurityManager.findRoleByKey(String key,
AttributeRequest[] attributes)
Fetches a single OOTB role by its registered role key.
|
Item |
AuditManager.getAuditTypeList(String name,
AttributeRequest[] attrs)
Returns the AuditTypeList corresponding to the specified name.
|
Item[] |
SecurityManager.getComputedGranteeList(long target,
long role,
AttributeRequest[] attributes)
Deprecated.
10.1.3.0.0 use
getComputedUserGranteeList |
Item[] |
SecurityManager.getComputedGroupGranteeList(long target,
long role,
AttributeRequest[] attributes)
Returns the set of groups that are granted the specified role on the
specified SecurityConfiguration.
|
Item[] |
SecurityManager.getComputedUserGranteeList(long target,
long role,
AttributeRequest[] attributes)
Returns the set of users that are granted the specified role on the
specified SecurityConfiguration.
|
Item |
SessionManager.getCurrentUser(AttributeRequest[] attributes)
Returns the user as an Item for the current session.
|
Item |
DomainManager.getDefaultDomain(AttributeRequest[] attributes)
Returns the default
DOMAIN Item. |
Item |
ContentManager.getDefaultMedia(AttributeRequest[] attributes)
Return the default media defined in the system.
|
Item |
CommonManager.getItem(long id,
AttributeRequest[] attributes)
Returns an Item given an Item ID and an array of AttributeRequests.
|
Item[] |
CommonManager.getItems(long[] ids,
AttributeRequest[] attributes)
Returns an array of Items given an array of Item IDs and an array
of AttributeRequests.
|
Item |
ContentManager.getMediaByName(String name,
AttributeRequest[] attributes)
Get media by name.
|
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 |
WorkflowManager.getRequestForWorkflowProcess(long workflowPid,
AttributeRequest[] attrs)
Returns a Request corresponding to a given WorkflowProcess id.
|
Item[] |
CategoryManager.getRequiredCategories(long folderId,
AttributeRequest[] requestedAttributes)
Deprecated.
Request REQUIRED_CATEGORIES on CategoryConfiguration
|
Item |
SecurityManager.getRole(long id,
AttributeRequest[] attributes)
Fetches a single role
|
Item |
SecurityManager.getRoleByName(String name,
AttributeRequest[] attributes)
Fetches a single role by its common name.
|
abstract Item |
ManagersFactory.getUser(AttributeRequest[] attributes)
Returns the user as an Item that was authenticated for this instance.
|
Item |
UserManager.getUser(String name,
AttributeRequest[] attributes)
Gets the specified user by name.
|
Item |
WorkflowManager.getWorkflowConfiguration(long id,
String operation,
boolean direct,
AttributeRequest[] attrs)
Returns the WorkflowConfiguration of the specified type
that is associated with the given item ID, or null if no
WorkflowConfiguration of the specified type exists for the given item ID.
|
Item[] |
WorkflowManager.getWorkflowConfigurations(long id,
AttributeRequest[] attrs)
Returns every WorkflowConfiguration that is associated directly
with the given Item ID, or null if no WorkflowConfigurations exist directly
on the given Item ID.
|
Item |
WorkspaceManager.joinWorkspace(long id,
long[] reqRoles,
NamedValue[] wfParams,
AttributeRequest[] attributes)
Requests to join a JoinableWorkspace.
|
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[] |
ContentManager.listMedias(AttributeRequest[] attributes)
List all media items defined in the system.
|
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.
|
Item[] |
WorkflowManager.listWorkflows(AttributeRequest[] attributes)
Returns all Workflow instances that have been registered.
|
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.
|
Item |
ExtendedLockManager.refreshDavLock(long id,
NamedValue[] attributes)
Refreshes a DAV lock.
|
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 |
FileManager.resolvePath(String path,
AttributeRequest[] attributes)
Resolves a path, returning an Item that represents a PublicObject.
|
Item |
FileManager.resolveRelativePath(long folderId,
String path,
AttributeRequest[] attributes)
Resolves a relative path from a Folder, returning an Item that represents
a PublicObject.
|
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.
|
Item[] |
RequestManager.searchResponders(String name,
AttributeRequest[] attrreqs)
Simple search for Users with given (exact)name.
|
Item |
SecurityManager.setSecurityConfiguration(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Updates the SecurityConfiguration of the target item.
|
Item |
SessionManager.setSessionMode(int mode,
AttributeRequest[] attributes)
Switches the current session into one of the administration modes
(currently only DOMAIN) or out of administration mode (NORMAL).
|
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[] |
FileManager.uncompress(long[] items,
AttributeRequest[] attributes)
Uncompresses the items refered to by
items . |
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.
|
Item |
FileManager.updateDocument(long docId,
NamedValue[] docDef,
AttributeRequest[] attributes)
Updates a Document.
|
Item[] |
FileManager.updateDocuments(long[] docIds,
NamedValueSet[] docDefs,
AttributeRequest[] attributes)
Updates multiple Documents.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
ClientUtils.itemToString(Item item)
Returns a String representation of an Item.
|
Modifier and Type | Method and Description |
---|---|
Item |
CoreExtendedLockManager.acquireDavLock(long id,
NamedValue[] attributes) |
Item[] |
CoreLockManager.acquireManualLocks(long[] ids,
NamedValueSet[] 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) |
Item[] |
CoreVersionManager.checkin(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs,
AttributeRequest[] attributes) |
Item[] |
CoreVersionManager.checkout(long[] items,
String[] comments) |
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.copyToWorkingCopy(long versionId) |
Item |
CoreVersionManager.copyVersion(long versionId,
NamedValue[] 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.createDocumentDefinition(NamedValue[] def,
AttributeRequest[] attributes)
Creates a new DocumentDefinition Item, which can be used later to create a
Document Item.
|
Item[] |
CoreFileManager.createDocumentDefinitions(NamedValueSet[] defs,
AttributeRequest[] attributes)
Creates set of new DocumentDefinition Items, which can be used later to
create Document Items.
|
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[] |
CoreFileManager.createFolders(long[] destFolders,
NamedValueSet[] attributes,
AttributeRequest[] attrequest)
Creates a set of folders.
|
Item |
CoreGroupManager.createGroup(NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreLifecycleManager.createLifecyclePolicy(NamedValue[] def,
AttributeRequest[] attrs)
Creates a new LIFECYCLE_POLICY Item.
|
Item[] |
CoreFileManager.createLinks(long folderId,
NamedValueSet[] linkDefs,
AttributeRequest[] attributes)
Creates a set of new Links.
|
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) |
Item |
CoreWorkspaceManager.createWorkspace(long target,
NamedValue[] workflowParams,
NamedValue[] def,
AttributeRequest[] attributes) |
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.
|
Item |
CoreLifecycleManager.findLifecyclePolicyByName(String name,
AttributeRequest[] attrs)
Returns the LIFECYCLE_POLICY Item with the specified name, or null if no
matching LIFECYCLE_POLICY Item exists.
|
Item |
CoreSecurityManager.findRoleByKey(String key,
AttributeRequest[] attributes) |
Item |
CoreAuditManager.getAuditTypeList(String name,
AttributeRequest[] attrs) |
Item[] |
CoreSecurityManager.getComputedGranteeList(long target,
long role,
AttributeRequest[] attributes) |
Item[] |
CoreSecurityManager.getComputedGroupGranteeList(long target,
long role,
AttributeRequest[] attributes) |
Item[] |
CoreSecurityManager.getComputedUserGranteeList(long target,
long role,
AttributeRequest[] attributes) |
protected Item[] |
CoreCategoryManager.getConfigurationMetaDataCategories(long folderId,
int categorytype,
AttributeRequest[] requestedAttributes,
String configClassName)
Deprecated.
remove when getRequiredCategories is removed.
|
Item |
CoreSessionManager.getCurrentUser(AttributeRequest[] attributes)
Returns the user as an Item for the current session.
|
Item |
CoreDomainManager.getDefaultDomain(AttributeRequest[] attributes) |
Item |
CoreContentManager.getDefaultMedia(AttributeRequest[] attributes)
Return the default media defined in the system.
|
Item |
CoreCommonManager.getItem(long id,
AttributeRequest[] attributes)
Returns an Item given an Item ID and an array of AttributeRequests.
|
Item[] |
CoreCommonManager.getItems(long[] ids,
AttributeRequest[] attributes)
Returns an array of Items given an array of Item IDs and an array
of AttributeRequests.
|
Item |
CoreContentManager.getMediaByName(String name,
AttributeRequest[] attributes)
Get media by name.
|
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 |
CoreWorkflowManager.getRequestForWorkflowProcess(long workflowPid,
AttributeRequest[] attrs)
Returns a Request corresponding to a given WorkflowProcess id.
|
Item[] |
CoreCategoryManager.getRequiredCategories(long folderId,
AttributeRequest[] requestedAttributes) |
protected Item[] |
CoreCategoryManager.getRequiredMetaDataCategories(long folderId,
AttributeRequest[] attrReqs,
String cfgClassName)
Returns the RequiredCategories of the given folder, or null if none.
|
Item |
CoreSecurityManager.getRole(long id,
AttributeRequest[] attributes) |
Item |
CoreSecurityManager.getRoleByName(String name,
AttributeRequest[] attributes) |
Item |
CoreUserManager.getUser(String name,
AttributeRequest[] attributes) |
Item |
CoreWorkflowManager.getWorkflowConfiguration(long id,
String operation,
boolean direct,
AttributeRequest[] attrs) |
Item[] |
CoreWorkflowManager.getWorkflowConfigurations(long id,
AttributeRequest[] attrs) |
Item |
CoreWorkspaceManager.joinWorkspace(long id,
long[] requestedRoles,
NamedValue[] wfParams,
AttributeRequest[] attributes) |
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[] |
CoreContentManager.listMedias(AttributeRequest[] attributes)
List all media items defined in the system.
|
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[] |
CoreWorkflowManager.listWorkflows(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) |
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 |
CoreFileManager.resolvePath(String path,
AttributeRequest[] attributes)
Resolves a path, returning an Item that represents a PublicObject.
|
Item |
CoreFileManager.resolveRelativePath(long folderId,
String path,
AttributeRequest[] attributes)
Resolves a relative path from a Folder, returning an Item that represents
a PublicObject.
|
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.
|
Item[] |
CoreRequestManager.searchResponders(String name,
AttributeRequest[] attrs) |
Item |
CoreSecurityManager.setSecurityConfiguration(long id,
NamedValue[] def,
AttributeRequest[] attributes) |
Item |
CoreSessionManager.setSessionMode(int mode,
AttributeRequest[] attributes)
Switches the current session into one of the administration modes
(currently only DOMAIN) or out of administration mode (NORMAL).
|
Item[] |
CoreSortManager.sortAttributeList(long id,
NamedValue[] options,
AttributeRequest[] attrs) |
Item[] |
CoreFileManager.uncompress(long[] items,
AttributeRequest[] attributes)
Uncompresses the items refered to by
items . |
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) |
Item |
CoreFileManager.updateDocument(long docId,
NamedValue[] attrs,
AttributeRequest[] attributes)
Updates a Document.
|
Item[] |
CoreFileManager.updateDocuments(long[] items,
NamedValueSet[] attrs,
AttributeRequest[] attributes)
Updates multiple Documents.
|
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.
|
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 |
---|---|
Item |
FdkGuestSessionImpl.getUser(AttributeRequest[] attributes) |
abstract Item |
FdkSessionImpl.getUser(AttributeRequest[] attributes)
Returns the user for this session.
|
Item |
FdkSystemSessionImpl.getUser(AttributeRequest[] attributes) |
Item |
FdkUserSessionImpl.getUser(AttributeRequest[] attributes) |
Item |
InProcessManagersFactoryImpl.getUser(AttributeRequest[] attributes)
Returns the user as an Item that was authenticated for this instance.
|
Item |
FdkUserSessionImpl.setSessionMode(int mode,
AttributeRequest[] attributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
FtpLsCommand.loadBuffer(StringBuffer buffer,
Item item,
boolean indicateFolder,
FtpSession psession,
CommonManager cm,
TimeZone timezone,
int currCalYear,
Calendar currCalLessSixMonths)
Add to the buffer the data of one Document or Folder that will be
sent to the FTP client.
|
protected void |
FtpLsCommand.loadBufferNamesOnly(StringBuffer buffer,
Item item,
boolean indicateFolder)
Add to the buffer only the name of the Document or Folder.
|
Copyright © 2023. All rights reserved.