Uses of Class
com.filenet.api.property.PropertyFilter

Packages that use PropertyFilter
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. 
com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of PropertyFilter in com.filenet.api.core
 

Methods in com.filenet.api.core with parameters of type PropertyFilter
 BatchItemHandle UpdatingBatch.add(IndependentlyPersistableObject object, PropertyFilter filter)
          Adds an item to the batch to be updated by this instance.
 BatchItemHandle RetrievingBatch.add(IndependentObject object, PropertyFilter filter)
          Adds an object reference to the batch to be retrieved by this instance.
static RealmSet Factory.Realm.fetchAll(Connection connection, PropertyFilter filter)
          Returns all realms available in the domain.
 IndependentObject ObjectStore.fetchAndLockObject(java.lang.String classIdent, Id objectId, long timeout, java.lang.String lockOwner, PropertyFilter filter)
          Retrieves and locks the specified object from this ObjectStore object.
 IndependentObject ObjectStore.fetchAndLockObject(java.lang.String classIdent, java.lang.String objectIdent, long timeout, java.lang.String lockOwner, PropertyFilter filter)
          Retrieves and locks the object the specified object from this ObjectStore object.
static User Factory.User.fetchCurrent(Connection connection, PropertyFilter filter)
          Returns the current user.
static Realm Factory.Realm.fetchCurrent(Connection connection, PropertyFilter filter)
          Returns the realm for the current user.
static EntireNetwork Factory.EntireNetwork.fetchInstance(Connection conn, PropertyFilter filter)
          Retrieves an object of the EntireNetwork class.
static Group Factory.Group.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Group class by the specified connection and symbolic name.
static Domain Factory.Domain.fetchInstance(Connection conn, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Domain class by the specified symbolic name.
static User Factory.User.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the User class by the specified connection and symbolic name.
static SecurityPrincipal Factory.SecurityPrincipal.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the SecurityPrincipal class by the specified connection and symbolic name.
static Realm Factory.Realm.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Realm class by the specified connection and symbolic name.
static IsolatedRegion Factory.IsolatedRegion.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the IsolatedRegion class based on the specified domain and ID.
static ServerInstance Factory.ServerInstance.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ServerInstance class by the specified domain and ID.
static DITARenditionEngineConnection Factory.DITARenditionEngineConnection.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the DITARenditionEngineConnection class by the specified domain and ID.
static FixedContentDevice Factory.FixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a FixedContentDevice object based on the domain and ID specified.
static ContentCacheArea Factory.ContentCacheArea.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ContentCacheArea class by the specified domain and ID.
static ExternalRepository Factory.ExternalRepository.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ExternalRepository class based on the specified domain and ID.
static ContentFederatingRepository Factory.ContentFederatingRepository.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ContentFederatingRepository class based on the specified domain and ID.
static ObjectStore Factory.ObjectStore.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ObjectStore class by the specified domain and ID.
static CMODFixedContentDevice Factory.CMODFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a CMODFixedContentDevice object based on the domain and ID specified.
static VirtualServer Factory.VirtualServer.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the VirtualServer class by the specified domain and ID.
static ReplicationGroup Factory.ReplicationGroup.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ReplicationGroup class based on the specified domain and ID.
static PEConnectionPoint Factory.PEConnectionPoint.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the PEConnectionPoint class by the specified domain and ID.
static IICEFixedContentDevice Factory.IICEFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a IICEFixedContentDevice object based on the domain and ID specified.
static ImageServicesRepository Factory.ImageServicesRepository.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ImageServicesRepository class based on the specified domain and ID.
static MarkingSet Factory.MarkingSet.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves the specified MarkingSet object.
static SnapLockFixedContentDevice Factory.SnapLockFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a SnapLockFixedContentDevice object based on the domain and ID specified.
static CMODRepository Factory.CMODRepository.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the CMODRepository class by the specified domain and ID.
static GenericFixedContentDevice Factory.GenericFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a GenericFixedContentDevice object based on the domain and ID specified.
static AddOn Factory.AddOn.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the AddOn class by the specified domain and ID.
static Site Factory.Site.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the Site class by the specified domain and ID.
static UpgradeAddOn Factory.UpgradeAddOn.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the UpgradeAddOn class by the specified domain and ID.
static IMFixedContentDevice Factory.IMFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a IMFixedContentDevice object based on the domain and ID specified.
static RenditionEngineConnection Factory.RenditionEngineConnection.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the RenditionEngineConnection class by the specified domain and ID.
static CenteraFixedContentDevice Factory.CenteraFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a CenteraFixedContentDevice object based on the domain and ID specified.
static VerityDomainConfiguration Factory.VerityDomainConfiguration.fetchInstance(Domain domain, PropertyFilter filter)
          Retrieves a VerityDomainConfiguration object based on the domain specified.
static ServerInstance Factory.ServerInstance.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves the specified ServerInstance object based on the domain and ID specified.
static ContentCacheArea Factory.ContentCacheArea.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves a ContentCache object based on the specified domain and ID.
static ObjectStore Factory.ObjectStore.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves the specified object from this ObjectStore object.
static VirtualServer Factory.VirtualServer.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves a persisted VirtualServer object based on the domain and ID specified.
static PEConnectionPoint Factory.PEConnectionPoint.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the PEConnectionPoint class based on the specified domain and ID.
static AddOn Factory.AddOn.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves an AddOn object based on the domain and ID specified.
static Site Factory.Site.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves a persisted Site object based on the domain and ID specified.
static UpgradeAddOn Factory.UpgradeAddOn.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves an UpgradeAddOn object based on the domain and ID specified.
static RenditionEngineConnection Factory.RenditionEngineConnection.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves an instance of the RenditionEngineConnection class by the specified domain and ID.
static SecurityPropagationQueueItem Factory.SecurityPropagationQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the SecurityPropagationQueueItem class by the specified object ID from the specified object store.
static Relationship Factory.Relationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Relationship class by the specified object ID from the specified object store.
static IndexJob Factory.IndexJob.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the IndexJob class by the specified object ID from the specified object store.
static CancelCheckoutEvent Factory.CancelCheckoutEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CancelCheckoutEvent class by the specified object ID from the specified object store.
static PropertyTemplateString Factory.PropertyTemplateString.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateString class by the specified object ID from the specified object store.
static ReplicableClassDefinition Factory.ReplicableClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ReplicableClassDefinition class by the specified object ID from the specified object store.
static PropertyTemplateBinary Factory.PropertyTemplateBinary.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateBinary class by the specified object ID from the specified object store.
static InstanceWorkflowSubscription Factory.InstanceWorkflowSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the InstanceWorkflowSubscription class by the specified object ID from the specified object store.
static EventAction Factory.EventAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the EventAction class by the specified object ID from the specified object store.
static ClassWorkflowSubscription Factory.ClassWorkflowSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassWorkflowSubscription class by the specified object ID from the specified object store.
static PublishTemplate Factory.PublishTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishTemplate class by the specified object ID from the specified object store.
static Link Factory.Link.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Link class by the specified object ID from the specified object store.
static FixedStorageArea Factory.FixedStorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FixedStorageArea class by the specified object ID from the specified object store.
static ChangeClassEvent Factory.ChangeClassEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChangeClassEvent class by the specified object ID from the specified object store.
static Folder Factory.Folder.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Folder class by the specified object ID from the specified object store.
static RetrievalEvent Factory.RetrievalEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the RetrievalEvent class by the specified object ID from the specified object store.
static FileEvent Factory.FileEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FileEvent class by the specified object ID from the specified object store.
static ComponentRelationship Factory.ComponentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ComponentRelationship class by the specified object ID from the specified object store.
static UnfileEvent Factory.UnfileEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UnfileEvent class by the specified object ID from the specified object store.
static PropertyTemplateDateTime Factory.PropertyTemplateDateTime.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateDateTime class by the specified object ID from the specified object store.
static DemoteVersionEvent Factory.DemoteVersionEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DemoteVersionEvent class by the specified object ID from the specified object store.
static ChangeStateEvent Factory.ChangeStateEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChangeStateEvent class by the specified object ID from the specified object store.
static VersionSeries Factory.VersionSeries.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the VersionSeries class by the specified object ID from the specified object store.
static DeletionEvent Factory.DeletionEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DeletionEvent class by the specified object ID from the specified object store.
static PropertyTemplateFloat64 Factory.PropertyTemplateFloat64.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateFloat64 class by the specified object ID from the specified object store.
static PublishRequestEvent Factory.PublishRequestEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishRequestEvent class by the specified object ID from the specified object store.
static UpdateEvent Factory.UpdateEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UpdateEvent class by the specified object ID from the specified object store.
static PromoteVersionEvent Factory.PromoteVersionEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PromoteVersionEvent class by the specified object ID from the specified object store.
static LockEvent Factory.LockEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the LockEvent class by the specified object ID from the specified object store.
static GetObjectEvent Factory.GetObjectEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the GetObjectEvent class by the specified object ID from the specified object store.
static ReplicationJournalEntry Factory.ReplicationJournalEntry.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ReplicationJournalEntry class by the specified object ID from the specified object store.
static ChoiceList Factory.ChoiceList.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChoiceList class by the specified object ID from the specified object store.
static PropertyTemplate Factory.PropertyTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplate class by the specified object ID from the specified object store.
static AuditConfigurationEvent Factory.AuditConfigurationEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the AuditConfigurationEvent class by the specified object ID from the specified object store.
static StorageArea Factory.StorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the StorageArea class by the specified object ID from the specified object store.
static ClassifyCompleteEvent Factory.ClassifyCompleteEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassifyCompleteEvent class by the specified object ID from the specified object store.
static WorkflowEventAction Factory.WorkflowEventAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the WorkflowEventAction class by the specified object ID from the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DynamicReferentialContainmentRelationship class by the specified object ID from the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ReferentialContainmentRelationship class by the specified object ID from the specified object store.
static ContainmentRelationship Factory.ContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ContainmentRelationship class by the specified object ID from the specified object store.
static DocumentLifecyclePolicy Factory.DocumentLifecyclePolicy.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentLifecyclePolicy class by the specified object ID from the specified object store.
static PropertyTemplateBoolean Factory.PropertyTemplateBoolean.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateBoolean class by the specified object ID from the specified object store.
static SecurityPolicy Factory.SecurityPolicy.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the SecurityPolicy class by the specified object ID from the specified object store.
static ActionConsumer Factory.ActionConsumer.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ActionConsumer class by the specified object ID from the specified object store.
static CheckinEvent Factory.CheckinEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CheckinEvent class by the specified object ID from the specified object store.
static PublishCompleteEvent Factory.PublishCompleteEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishCompleteEvent class by the specified object ID from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the XMLPropertyMappingScript class by the specified object ID from the specified object store.
static QueryEvent Factory.QueryEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the QueryEvent class by the specified object ID from the specified object store.
static ObjectChangeEvent Factory.ObjectChangeEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ObjectChangeEvent class by the specified object ID from the specified object store.
static Event Factory.Event.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Event class by the specified object ID from the specified object store.
static Document Factory.Document.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Document class by the specified object ID from the specified object store.
static TakeFederatedOwnershipEvent Factory.TakeFederatedOwnershipEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the TakeFederatedOwnershipEvent class by the specified object ID from the specified object store.
static PropertyTemplateId Factory.PropertyTemplateId.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateId class by the specified object ID from the specified object store.
static IndexArea Factory.IndexArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the IndexArea class by the specified object ID from the specified object store.
static TableDefinition Factory.TableDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the TableDefinition class by the specified object ID from the specified object store.
static Annotation Factory.Annotation.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Annotation class by the specified object ID from the specified object store.
static PropertyTemplateInteger32 Factory.PropertyTemplateInteger32.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateInteger32 class by the specified object ID from the specified object store.
static ClassSubscription Factory.ClassSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassSubscription class by the specified object ID from the specified object store.
static DocumentClassDefinition Factory.DocumentClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentClassDefinition class by the specified object ID from the specified object store.
static StoragePolicy Factory.StoragePolicy.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the StoragePolicy class by the specified object ID from the specified object store.
static VersionableClassDefinition Factory.VersionableClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the VersionableClassDefinition class by the specified object ID from the specified object store.
static Action Factory.Action.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Action class by the specified object ID from the specified object store.
static DatabaseStorageArea Factory.DatabaseStorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DatabaseStorageArea class by the specified object ID from the specified object store.
static CustomObject Factory.CustomObject.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CustomObject class by the specified object ID from the specified object store.
static ClassDefinition Factory.ClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassDefinition class by the specified object ID from the specified object store.
static GetContentEvent Factory.GetContentEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the GetContentEvent class by the specified object ID from the specified object store.
static CheckoutEvent Factory.CheckoutEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CheckoutEvent class by the specified object ID from the specified object store.
static EventClassDefinition Factory.EventClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the EventClassDefinition class by the specified object ID from the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the WorkflowDefinition class by the specified object ID from the specified object store.
static SubscribableClassDefinition Factory.SubscribableClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the SubscribableClassDefinition class by the specified object ID from the specified object store.
static FileStorageArea Factory.FileStorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FileStorageArea class by the specified object ID from the specified object store.
static DocumentLifecycleAction Factory.DocumentLifecycleAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentLifecycleAction class by the specified object ID from the specified object store.
static UnlockEvent Factory.UnlockEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UnlockEvent class by the specified object ID from the specified object store.
static CustomEvent Factory.CustomEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CustomEvent class by the specified object ID from the specified object store.
static InstanceSubscription Factory.InstanceSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the InstanceSubscription class by the specified object ID from the specified object store.
static VerityIndexArea Factory.VerityIndexArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the VerityIndexArea class by the specified object ID from the specified object store.
static DocumentClassificationAction Factory.DocumentClassificationAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentClassificationAction class by the specified object ID from the specified object store.
static Subscription Factory.Subscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Subscription class by the specified object ID from the specified object store.
static QueueItem Factory.QueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the QueueItem class by the specified object ID from the specified object store.
static AsyncUpgradeQueueItem Factory.AsyncUpgradeQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the AsyncUpgradeQueueItem class by the specified object ID from the specified object store.
static PublishStyleTemplate Factory.PublishStyleTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishStyleTemplate class by the specified object ID from the specified object store.
static DocumentClassificationQueueItem Factory.DocumentClassificationQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentClassificationQueueItem class by the specified object ID from the specified object store.
static UpdateSecurityEvent Factory.UpdateSecurityEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UpdateSecurityEvent class by the specified object ID from the specified object store.
static CreationEvent Factory.CreationEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CreationEvent class by the specified object ID from the specified object store.
static PropertyTemplateObject Factory.PropertyTemplateObject.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateObject class by the specified object ID from the specified object store.
static FreezeEvent Factory.FreezeEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FreezeEvent class by the specified object ID from the specified object store.
static PublishRequest Factory.PublishRequest.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishRequest class by the specified object ID from the specified object store.
static EventQueueItem Factory.EventQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the EventQueueItem class by the specified object ID from the specified object store.
static CodeModule Factory.CodeModule.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CodeModule class by the specified object ID from the specified object store.
static Folder Factory.Folder.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the Folder class based on the specified path, and from the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the DynamicReferentialContainmentRelationship class based on the specified path, and from the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the ReferentialContainmentRelationship class based on the specified path, and from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the XMLPropertyMappingScript class as specified by a path and an object store.
static Document Factory.Document.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the Document class as specified by a path and an object store.
static DocumentClassDefinition Factory.DocumentClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the DocumentClassDefinition class by the specified object identity from the specified object store.
static VersionableClassDefinition Factory.VersionableClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the VersionableClassDefinition class by the specified object identity from the specified object store.
static CustomObject Factory.CustomObject.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves a CustomObject object using the specified path from the specified object store.
static ClassDefinition Factory.ClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the ClassDefinition class by the specified object identity from the specified object store.
static EventClassDefinition Factory.EventClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the EventClassDefinition class by the specified object identity from the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the WorkflowDefinition class as specified by a path and an object store.
static SubscribableClassDefinition Factory.SubscribableClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the SubscribableClassDefinition class by the specified object identity from the specified object store.
static ClassDescription Factory.ClassDescription.fetchInstance(Scope scope, Id classId, PropertyFilter filter)
          Retrieves an object of the ClassDescription class specified by the given class ID.
static ClassDescription Factory.ClassDescription.fetchInstance(Scope scope, java.lang.String classIdentity, PropertyFilter filter)
          Retrieves an object of the ClassDescription class specified by the given identity.
 IndependentObject InstantiatingScope.fetchObject(java.lang.String classIdent, Id objectId, PropertyFilter filter)
          Retrieves an object of the requested type, given a class identifier and object ID.
 IndependentObject InstantiatingScope.fetchObject(java.lang.String classIdent, java.lang.String objectIdent, PropertyFilter filter)
          Retrieves an object of the requested type, given class and object identifiers.
 void IndependentObject.fetchProperties(PropertyFilter filter)
          Retrieves this object from the server and merges existing information in the property cache with the retrieved information for the properties specified by the filter.
 Property IndependentObject.fetchProperty(java.lang.String propertyName, PropertyFilter filter)
          Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
 Property IndependentObject.fetchProperty(java.lang.String propertyName, PropertyFilter filter, java.lang.Integer pageSize)
          Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
static AddOn Factory.AddOn.fetchSupersedingInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the AddOn class by the specified domain and ID.
 void IndependentObject.refresh(PropertyFilter filter)
          Retrieves this object from the server and replaces existing information in the property cache with the retrieved information for the properties specified by the filter.
 void IndependentlyPersistableObject.save(RefreshMode refreshMode, PropertyFilter filter)
          Saves changes made to this object.
 

Uses of PropertyFilter in com.filenet.api.property
 

Methods in com.filenet.api.property with parameters of type PropertyFilter
 DependentObjectList PropertyDependentObjectList.fetchDependentObjectListValue(PropertyFilter filter)
          Retrieves the value of this PropertyDependentObjectList property by making a roundtrip to the server using an optional property filter.
 IndependentObject PropertyEngineObject.fetchIndependentObject(PropertyFilter filter)
          Retrieves the value of a PropertyEngineObject property that holds an IndependentObject object by making a roundtrip to the server using an optional property filter.
 IndependentObjectSet PropertyIndependentObjectSet.fetchIndependentObjectSetValue(PropertyFilter filter)
          Retrieves the value of this PropertyIndependentObjectSet property by making a roundtrip to the server using an optional property filter.
 IndependentObjectSet PropertyIndependentObjectSet.fetchIndependentObjectSetValue(PropertyFilter filter, int pageSize)
          Retrieves the value of this PropertyIndependentObjectSet property by making a roundtrip to the server using an optional property filter and page size.
 

Uses of PropertyFilter in com.filenet.api.query
 

Methods in com.filenet.api.query with parameters of type PropertyFilter
 IndependentObjectSet SearchScope.fetchObjects(SearchSQL searchSQL, java.lang.Integer pageSize, PropertyFilter filter, java.lang.Boolean continuable)
          Retrieves EngineObject objects from the repository or repositories specified for this instance.
 RepositoryRowSet SearchScope.fetchRows(SearchSQL searchSQL, java.lang.Integer pageSize, PropertyFilter filter, java.lang.Boolean continuable)
          Retrieves rows of properties (Properties objects) from the repository or repositories specified for this instance.
 ClassDescriptionSet SearchScope.fetchSearchableClassDescriptions(java.lang.String[] classNames, PropertyFilter filter)
          Retrieves ClassDescription objects from the repository or repositories specified for this instance.
 

Uses of PropertyFilter in com.filenet.api.security
 

Methods in com.filenet.api.security with parameters of type PropertyFilter
 GroupSet Realm.findGroups(java.lang.String searchPattern, PrincipalSearchType searchType, PrincipalSearchAttribute searchAttribute, PrincipalSearchSortType sortType, java.lang.Integer pageSize, PropertyFilter filter)
          Returns a set of groups from this realm that matches the search parameters.
 UserSet Realm.findUsers(java.lang.String searchPattern, PrincipalSearchType searchType, PrincipalSearchAttribute searchAttribute, PrincipalSearchSortType sortType, java.lang.Integer pageSize, PropertyFilter filter)
          Returns a set of users, a page at a time, from this realm that matches the search parameters.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.