Uses of Interface
com.documentum.fc.client.IDfPersistentObject
Packages that use IDfPersistentObject
Package
Description
Provides classes and interfaces, related to distributed content transfer.
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
-
Uses of IDfPersistentObject in com.documentum.fc.client
Subinterfaces of IDfPersistentObject in com.documentum.fc.clientModifier and TypeInterfaceDescriptioninterface
Provides access to permission-related data stored in ACL objects.interface
This interface provides functions to access objects of dm_activity type.interface
Provides access to business policy aliasing-related data stored in dm_alias_set objects.interface
This interface provides access to permission-related data stored in ACL objects.interface
This class provides the functionality to interact with dm_assembly objects in the repository.interface
interface
Provides the functionality to interact with dmr_containment objects in the repository.interface
Provides the functionality for the client to interact with "dm_document" objects in the respository.interface
Interface for getting and setting values for dm_dump_record objects.interface
This interface provides access to folder-related data stored in folder objects.interface
interface
Provides access to format information.interface
This interface provides access to group-related data stored in group objects.interface
Interface for getting and setting values for dm_load_record objects.interface
This interface provides access to location properties.interface
interface
This interface provides access to mount point-related data stored in dm_mount_point objects.interface
This class provides the functionality for the client to interact with "dm_sysobject" objects in the repository.interface
Interface definition for the type DmiPackage Description: This object cannot be saved.interface
This interface provides access to plugin-related data stored in dm_plugin objects.interface
Interface for lifecycles.interface
Methods you use to create and manipulate process objects, the objects that store workflow definitions in the repository.interface
This interface contains the functionality to retrieve information from a dmi_queue_item object.interface
Interface definition for the type dm_relation Description:interface
Interface definition for the type dm_relation_type.interface
Provides access to dm_retainer objects, used for defining retention applied to SysObjects.interface
Deprecated.interface
Interface for policy state extensions.interface
This class provides the functionality for the client to interact with "dm_sysobject" objects in the repository.interface
This class provides access to the any new public stream/content related api's for the IDfSysobject class.interface
This interface provides access to type-related data stored in type objects.interface
This interface provides access to user-related data stored in user objects.interface
This interface provides methods that allow you to create, start, and manage a workflow.interface
Interface definition for the type DmiWFAttachment.interface
This interface contains the methods to manage work items, the runtime objects that represent the tasks associated with activity instances in a workflow.Methods in com.documentum.fc.client that return IDfPersistentObjectModifier and TypeMethodDescriptionIDfValidator.getAssociatedObject()
Returns the IDfPersistentObject interface of the object associated with the IDfValidator.Returns a Documentum server object.IDfSession.getObjectByPath
(String objectPath) Returns a Documentum server object given a full path to the object.IDfSession.getObjectByQualification
(String qualification) Returns a Documentum server object that satisfies the DQL qualification.IDfSession.getObjectByQualificationWithInterface
(String qualification, String interfaceName) Deprecated.Please use Aspects instead for interface extension.IDfLightObject.getObjectImpl()
Retrieves an interface to the current object implementation.IDfSession.getObjectWithCaching
(IDfId objectId, String typeNameIgnored, String classNameIgnored, String currencyCheckValue, boolean usePersistentCache, boolean useSharedCache) Returns a Documentum server object.IDfSession.getObjectWithInterface
(IDfId objectId, String extraInterfaceName) Deprecated.Please use Aspects instead for interface extension.IDfSession.getObjectWithOptions
(IDfId objectId, IDfGetObjectOptions objectOptions) Returns a Documentum server object.IDfSession.getObjectWithType
(IDfId objectId, String typeNameIgnored, String classNameIgnored) Deprecated.IDfSession.getReplicaForMaster
(IDfId masterId) Get the replica object for a specific master object.IDfSession.newLightObject
(String typeName, IDfId parentId) Creates a persistent light type object given a specified Documentum server shareable type.Creates a persistent object given a specified Documentum server type.IDfSession.newObjectWithType
(String typeName, String classNameIgnored) Deprecated.Methods in com.documentum.fc.client that return types with arguments of type IDfPersistentObjectModifier and TypeMethodDescriptionIDfBatchGroup.getFailedObjects()
Retrieve the failed objects from the group.IDfBatchGroup.getObjects()
Retrieve all objects in the batch group.Methods in com.documentum.fc.client with parameters of type IDfPersistentObjectModifier and TypeMethodDescriptionboolean
IDfValueAssistance.isValidForObject
(IDfPersistentObject objectInstance) Indicate whether the value assistance is valid or not.static DfWorkflowException
DfWorkflowException.newActivityInUseException
(IDfPersistentObject object, String actName, String linkName) static DfWorkflowException
DfWorkflowException.newActNameException
(IDfPersistentObject object, String actName) static DfWorkflowException
DfWorkflowException.newAddPortTableException
(IDfPersistentObject object) static DfWorkflowException
DfWorkflowException.newAttrCountException
(IDfPersistentObject object, String attributes) static DfWorkflowException
DfWorkflowException.newDuplicateRouteIdException
(IDfPersistentObject object, String routecaseId) static DfWorkflowException
DfWorkflowException.newInvalidPortNameException
(IDfPersistentObject object, String portName) static DfWorkflowException
DfWorkflowException.newInvalidPortNameException
(IDfPersistentObject object, String portName, String actName) static DfWorkflowException
DfWorkflowException.newInvalidRouteIdException
(IDfPersistentObject object, String routecaseId) static DfWorkflowException
DfWorkflowException.newLinkNameException
(IDfPersistentObject object, String linkName) static DfWorkflowException
DfWorkflowException.newMethodNotApplicableException
(IDfPersistentObject object, String methodName) static DfPersistentObjectException
DfPersistentObjectException.newOperationNotAllowedOnDirtyObject
(IDfPersistentObject object, String operation) static DfWorkflowException
DfWorkflowException.newPackageExistException
(IDfPersistentObject object, String packageName, String portName) static DfWorkflowException
DfWorkflowException.newPackageNotFoundException
(IDfPersistentObject object, String packageName, String portName) static DfWorkflowException
DfWorkflowException.newPortNameExistException
(IDfPersistentObject object, String portName) static DfWorkflowException
DfWorkflowException.newPortNotFoundException
(IDfPersistentObject object, String portName) IDfRetainerFactory.newRetainerForContainer
(IDfPersistentObject rootObject) Creates IDfRetainer to apply retention to a group of objects.IDfRetainerFactory.newRetainerForObject
(IDfPersistentObject rootObject) Creates IDfRetainer to apply retention to a single object. -
Uses of IDfPersistentObject in com.documentum.fc.client.acs
Subinterfaces of IDfPersistentObject in com.documentum.fc.client.acsModifier and TypeInterfaceDescriptioninterface
This interface represents ACS configuration objects.interface
This interface represents BOCS configuration object.interface
Distributed transfer config objectinterface
Dms config objectinterface
-
Uses of IDfPersistentObject in com.documentum.fc.client.aspect
Methods in com.documentum.fc.client.aspect with parameters of type IDfPersistentObjectModifier and TypeMethodDescriptionvoid
IDfAttachAspectCallback.doPostAttach
(IDfPersistentObject object) Callback method invoked after an aspect has been attached and after the object has been completely rebuilt.void
IDfDetachAspectCallback.doPostDetach
(IDfPersistentObject object) Callback method invoked after an aspect has been detached and after the object has been completely rebuilt. -
Uses of IDfPersistentObject in com.documentum.fc.client.internal
Subinterfaces of IDfPersistentObject in com.documentum.fc.client.internalModifier and TypeInterfaceDescriptioninterface
com.documentum.fc.client.internal.IPersistentObjectInternal
-
Uses of IDfPersistentObject in com.documentum.fc.client.search
Subinterfaces of IDfPersistentObject in com.documentum.fc.client.searchModifier and TypeInterfaceDescriptioninterface
Represents the search results.interface
An IDfSmartList is the BOF object representing a saved search.Methods in com.documentum.fc.client.search that return IDfPersistentObjectModifier and TypeMethodDescriptionIDfResultObjectManager.getAsPersistentObject
(IDfResultEntry entry) Gets the IDfTypedObject corresponding to the result.