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