-
Packages that use Realm Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.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.security Provides interfaces related to authentication, authorization, and user- and group-specific data. -
-
Uses of Realm in com.filenet.api.constants
Methods in com.filenet.api.constants with parameters of type Realm Modifier and Type Method and Description static SpecialPrincipalSpecialPrincipal. REALM_USERS(Realm realm)Return aSpecialPrincipalobject for a #REALM-USERS(realm) -
Uses of Realm in com.filenet.api.core
Methods in com.filenet.api.core that return Realm Modifier and Type Method and Description static RealmFactory.Realm. fetchCurrent(Connection connection, PropertyFilter filter)Returns the realm for the current user.static RealmFactory.Realm. fetchInstance(Connection connection, Id id, PropertyFilter filter)Retrieves an object of theRealmclass by the specified connection and ID.static RealmFactory.Realm. fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)Retrieves an object of theRealmclass by the specified connection and symbolic name.RealmEntireNetwork. get_MyRealm()Returns the value of the MyRealm property.static RealmFactory.Realm. getInstance(Connection connection, Id id)Constructs an instance of theRealmclass by the specified connection and ID.static RealmFactory.Realm. getInstance(Connection connection, java.lang.String name)Constructs an instance of theRealmclass by the specified connection and symbolic name. -
Uses of Realm in com.filenet.api.security
Methods in com.filenet.api.security that return Realm Modifier and Type Method and Description RealmCmRoleRealmMember. get_MemberRealm()Returns the value of the MemberRealm property.RealmSecurityPrincipal. get_Realm()Returns the value of the Realm property.RealmCmManagedUser. get_Realm()The Realm to which the entity belongs.Methods in com.filenet.api.security with parameters of type Realm Modifier and Type Method and Description voidCmRoleRealmMember. set_MemberRealm(Realm value)Sets the value of the MemberRealm property.voidCmManagedUser. set_Realm(Realm value)The Realm to which the entity belongs.
-