public class CupSession extends IfsProtocolSession
m_DefaultDateFormatString, m_DefaultDelimiter
Constructor and Description |
---|
CupSession(String dateFormat,
String delimiter)
Contructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAclFromParent()
Gets wether to take the acl from the folder inwhich an object
is being created
|
boolean |
getAdminMode()
Gets the AdminMode.
|
AccessControlList |
getDefaultAcl()
Gets the Default Acl.
|
IfsExceptionResolver |
getExceptionResolver()
Gets the IfsExceptionResolver.
|
FolderPathResolver |
getFolderPathResolver()
Gets the FolderPathResolver.
|
boolean |
getParseMode()
Gets the ParseMode.
|
void |
setAclFromParent(boolean aclFromParent)
Sets the DefaultAcl to be taken from the parent Folder.
|
void |
setAdminMode(boolean adminMode)
Sets the AdminMode.
|
void |
setDefaultAcl(AccessControlList defaultAcl)
Sets the DefaultAcl.
|
void |
setExceptionResolver(IfsExceptionResolver eMapper)
Sets the IfsExceptionResolver.
|
void |
setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
setParseMode(boolean parseMode)
Sets the ParseMode.
|
dispose, getChannel, getCookie, getLibrarySession, getUsername, hasTimedOut, setChannel, setCookie, setUsername, updateLastAccess
public CupSession(String dateFormat, String delimiter) throws IfsException
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in class IfsProtocolSession
IfsException
public void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
IfsException
public FolderPathResolver getFolderPathResolver() throws IfsException
IfsException
public IfsExceptionResolver getExceptionResolver() throws IfsException
IfsException
public void setExceptionResolver(IfsExceptionResolver eMapper) throws IfsException
IfsException
public boolean getParseMode() throws IfsException
IfsException
public void setParseMode(boolean parseMode) throws IfsException
IfsException
public boolean getAdminMode() throws IfsException
IfsException
public void setAdminMode(boolean adminMode) throws IfsException
IfsException
public boolean getAclFromParent() throws IfsException
IfsException
public AccessControlList getDefaultAcl() throws IfsException
IfsException
public void setDefaultAcl(AccessControlList defaultAcl) throws IfsException
IfsException
public void setAclFromParent(boolean aclFromParent) throws IfsException
IfsException
Copyright © 2023. All rights reserved.