Uses of Interface
org.pentaho.platform.api.engine.IPentahoAclObjectIdentity
-
Packages that use IPentahoAclObjectIdentity Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoAclObjectIdentity in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IPentahoAclObjectIdentity Modifier and Type Method Description IPentahoAclObjectIdentity
IPentahoBasicAclEntry. getAclObjectIdentity()
Deprecated.Indicates the domain object instance that is subject of thisBasicAclEntry
.IPentahoAclObjectIdentity
IPentahoBasicAclEntry. getAclObjectParentIdentity()
Deprecated.Indicates any ACL parent of the domain object instance.Methods in org.pentaho.platform.api.engine with parameters of type IPentahoAclObjectIdentity Modifier and Type Method Description void
IPentahoBasicAclEntry. setAclObjectIdentity(IPentahoAclObjectIdentity aclObjectIdentity)
Deprecated.This setter should only be used by DAO implementations.void
IPentahoBasicAclEntry. setAclObjectParentIdentity(IPentahoAclObjectIdentity aclObjectParentIdentity)
Deprecated.This setter should only be used by DAO implementations.
-