public class IfsDetermineAclContext extends IfsCommandContext implements DetermineAclContext
Constructor and Description |
---|
IfsDetermineAclContext()
Deafult Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the Context.
|
AccessControlList |
getDefaultAcl()
Gets the default acl.
|
AccessControlList |
getDeterminedAcl()
Gets the determined acl.
|
LibraryObjectDefinition |
getLibraryObjectDefinition()
Gets the loDef.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the name of the object.
|
Folder |
getParentFolder()
Gets the parent folder.
|
void |
setDefaultAcl(AccessControlList defaultAcl)
Sets the default acl.
|
void |
setDeterminedAcl(AccessControlList acl)
Sets the determined acl.
|
void |
setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the loDef.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the name of the object.
|
void |
setParentFolder(Folder parent)
Sets the parent folder.
|
public IfsDetermineAclContext() throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface DetermineAclContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface DetermineAclContext
IfsException
public AccessControlList getDefaultAcl() throws IfsException
getDefaultAcl
in interface DetermineAclContext
IfsException
public void setDefaultAcl(AccessControlList defaultAcl) throws IfsException
setDefaultAcl
in interface DetermineAclContext
IfsException
public Folder getParentFolder() throws IfsException
getParentFolder
in interface DetermineAclContext
IfsException
public void setParentFolder(Folder parent) throws IfsException
setParentFolder
in interface DetermineAclContext
IfsException
public LibraryObjectDefinition getLibraryObjectDefinition() throws IfsException
getLibraryObjectDefinition
in interface DetermineAclContext
IfsException
public void setLibraryObjectDefinition(LibraryObjectDefinition loDef) throws IfsException
setLibraryObjectDefinition
in interface DetermineAclContext
IfsException
public String getName() throws IfsException
getName
in interface DetermineAclContext
IfsException
public void setName(String name) throws IfsException
setName
in interface DetermineAclContext
IfsException
public AccessControlList getDeterminedAcl() throws IfsException
getDeterminedAcl
in interface DetermineAclContext
IfsException
public void setDeterminedAcl(AccessControlList acl) throws IfsException
setDeterminedAcl
in interface DetermineAclContext
IfsException
Copyright © 2023. All rights reserved.