-
Packages that use Scope Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). -
-
Uses of Scope in com.filenet.api.core
Subinterfaces of Scope in com.filenet.api.core Modifier and Type Interface and Description interfaceDomainRepresents a collection of resources and services sharing the same Global Configuration Database (GCD).interfaceInstantiatingScopeProvides a generic means for instantiating independent objects within a scope.interfaceObjectStoreRepresents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.Methods in com.filenet.api.core with parameters of type Scope Modifier and Type Method and Description static ClassDescriptionFactory.ClassDescription. fetchInstance(Scope scope, Id classId, PropertyFilter filter)Retrieves an object of theClassDescriptionclass specified by the given class ID.static ClassDescriptionFactory.ClassDescription. fetchInstance(Scope scope, java.lang.String classIdentity, PropertyFilter filter)Retrieves an object of theClassDescriptionclass specified by the given identity.static ClassDescriptionFactory.ClassDescription. getInstance(Scope scope, Id classId)Retrieves the instance of theClassDescriptionclass specified by the given scope and class ID.static ClassDescriptionFactory.ClassDescription. getInstance(Scope scope, java.lang.String classIdentity)Retrieves the instance of theClassDescriptionclass specified by the given scope and class identity. -
Uses of Scope in com.filenet.api.meta
Methods in com.filenet.api.meta that return Scope Modifier and Type Method and Description ScopeClassDescription. getScope()Returns the originating "scope" (enclosing context) of thisClassDescriptionobject.
-