Uses of Interface
org.pentaho.platform.api.engine.IPentahoAclEntry
-
Packages that use IPentahoAclEntry Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoAclEntry in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IPentahoAclEntry Modifier and Type Method Description IPentahoAclEntry
IAclVoter. getEffectiveAcl(IPentahoSession session, IAclHolder holder)
Deprecated.This returns the effective ACL for the piece of content for the given user.Methods in org.pentaho.platform.api.engine that return types with arguments of type IPentahoAclEntry Modifier and Type Method Description List<IPentahoAclEntry>
IAclHolder. getAccessControls()
Deprecated.Returns the ACLs on the existing object.List<IPentahoAclEntry>
IAclHolder. getEffectiveAccessControls()
Deprecated.Examines whether the existing object has ACLs.Method parameters in org.pentaho.platform.api.engine with type arguments of type IPentahoAclEntry Modifier and Type Method Description void
IAclHolder. resetAccessControls(List<IPentahoAclEntry> acls)
Deprecated.Replaces existing access controls with a new list of access controls.void
IAclHolder. setAccessControls(List<IPentahoAclEntry> acls)
Deprecated.Sets the access controls on this specific object.
-