-
Packages that use ObjectReference 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.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. -
-
Uses of ObjectReference in com.filenet.api.core
Methods in com.filenet.api.core that return ObjectReference Modifier and Type Method and Description ObjectReference
IndependentObject. getObjectReference()
Returns an object reference that represents the object's identity. -
Uses of ObjectReference in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type ObjectReference Modifier and Type Method and Description abstract int
HandlerCallContext. getAccessAllowedFor(ObjectReference obref, java.lang.String user)
Return the access bits that a given user has to some object. -
Uses of ObjectReference in com.filenet.api.property
Methods in com.filenet.api.property that return ObjectReference Modifier and Type Method and Description ObjectReference
PropertyEngineObject. getObjectReference()
Returns an object reference to theEngineObject
value held by thisPropertyEngineObject
property.
-