Package | Description |
---|---|
oracle.ifs.fdk | |
oracle.ifs.fdk.core |
Modifier and Type | Field and Description |
---|---|
NamedValueSet |
TypeReference.refNamedValueSet |
Modifier and Type | Method and Description |
---|---|
NamedValueSet[] |
UserManager.findCredentialManagerUsers(NamedValue[] searchOptions)
Find a list of users from the current credential manager that match
the specified search options.
|
NamedValueSet[] |
FileManager.getNameConflictResolutionOptions(long[] sourceItems,
long[] conflictItems,
NamedValueSet[] defs)
Deprecated.
the conflict resolution options are now returned along
with the exception thrown in case of operation like
move or copy. The info is present on the information
of exception FDK_ITEM_ALREADY_EXISTS mapped to key
EXCEPTION_INFO_CONFLICT_RESOLUTION_OPTIONS.
|
NamedValueSet[] |
SearchManager.getProperties()
Returns the property information for the seach properties.
|
Modifier and Type | Method and Description |
---|---|
Item[] |
LockManager.acquireManualLocks(long[] ids,
NamedValueSet[] attributes)
Acquires manual locks on the given Items.
|
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[] |
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.createFolders(long[] destFolders,
NamedValueSet[] attributes,
AttributeRequest[] attrrequest)
Creates a set of folders.
|
Item[] |
FileManager.createLinks(long folderId,
NamedValueSet[] linkDefs,
AttributeRequest[] attributes)
Creates a set of new Links.
|
void |
FileManager.delete(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Deletes items.
|
NamedValueSet[] |
FileManager.getNameConflictResolutionOptions(long[] sourceItems,
long[] conflictItems,
NamedValueSet[] defs)
Deprecated.
the conflict resolution options are now returned along
with the exception thrown in case of operation like
move or copy. The info is present on the information
of exception FDK_ITEM_ALREADY_EXISTS mapped to key
EXCEPTION_INFO_CONFLICT_RESOLUTION_OPTIONS.
|
Item[] |
FileManager.move(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Moves items.
|
Item[] |
FileManager.updateDocuments(long[] docIds,
NamedValueSet[] docDefs,
AttributeRequest[] attributes)
Updates multiple Documents.
|
Modifier and Type | Method and Description |
---|---|
NamedValueSet[] |
CoreUserManager.findCredentialManagerUsers(NamedValue[] searchOptions) |
NamedValueSet[] |
CoreFileManager.getNameConflictResolutionOptions(long[] sourceItems,
long[] conflictItems,
NamedValueSet[] defs)
Returns an array of valid and applicable name conflict resolution options
for each {sourceItem, conflictItem, def} tuple passed to this method.
|
NamedValueSet[] |
CoreSearchManager.getProperties() |
Modifier and Type | Method and Description |
---|---|
Item[] |
CoreLockManager.acquireManualLocks(long[] ids,
NamedValueSet[] 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[] |
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.createFolders(long[] destFolders,
NamedValueSet[] attributes,
AttributeRequest[] attrequest)
Creates a set of folders.
|
Item[] |
CoreFileManager.createLinks(long folderId,
NamedValueSet[] linkDefs,
AttributeRequest[] attributes)
Creates a set of new Links.
|
void |
CoreFileManager.delete(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Deletes items.
|
NamedValueSet[] |
CoreFileManager.getNameConflictResolutionOptions(long[] sourceItems,
long[] conflictItems,
NamedValueSet[] defs)
Returns an array of valid and applicable name conflict resolution options
for each {sourceItem, conflictItem, def} tuple passed to this method.
|
Item[] |
CoreFileManager.move(long[] items,
NamedValue[] workflowParams,
NamedValueSet[] attrs)
Moves items.
|
Item[] |
CoreFileManager.updateDocuments(long[] items,
NamedValueSet[] attrs,
AttributeRequest[] attributes)
Updates multiple Documents.
|
Copyright © 2023. All rights reserved.