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, updateLastAccesspublic CupSession(String dateFormat, String delimiter) throws IfsException
IfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in class IfsProtocolSessionIfsExceptionpublic void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
IfsExceptionpublic FolderPathResolver getFolderPathResolver() throws IfsException
IfsExceptionpublic IfsExceptionResolver getExceptionResolver() throws IfsException
IfsExceptionpublic void setExceptionResolver(IfsExceptionResolver eMapper) throws IfsException
IfsExceptionpublic boolean getParseMode()
throws IfsException
IfsExceptionpublic void setParseMode(boolean parseMode)
throws IfsException
IfsExceptionpublic boolean getAdminMode()
throws IfsException
IfsExceptionpublic void setAdminMode(boolean adminMode)
throws IfsException
IfsExceptionpublic boolean getAclFromParent()
throws IfsException
IfsExceptionpublic AccessControlList getDefaultAcl() throws IfsException
IfsExceptionpublic void setDefaultAcl(AccessControlList defaultAcl) throws IfsException
IfsExceptionpublic void setAclFromParent(boolean aclFromParent)
throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.