@Concealed public class CSEnvCache extends Object
| Constructor and Description |
|---|
CSEnvCache(IdcClient idcClient,
IdcContext idcContext,
long timeToLive)
Deprecated.
|
CSEnvCache(IdcClient idcClient,
IdcContext idcContext,
long timeToLive,
IServiceCallUtils serviceCallUtils) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache(ITrace trace)
Clear any cache of information
|
IdcClient |
getIdcClient() |
IdcContext |
getIdcContext() |
IServiceCallUtils |
getServiceCallUtils() |
long |
getTimeToLive() |
boolean |
isAuthorDeleteEnabled(ITrace trace) |
boolean |
isCollaborationModel(ITrace trace)
Check to see if the server is using Collaboration for Acl Security
|
boolean |
isInSpecialAuthGroups(String dSecurityGroup,
ITrace trace)
Check to see if dSecurityGroup is covered by ACL
|
boolean |
isUsing11gDefaultAcl(ITrace trace)
Check to see which default ACL algorithm to use
|
boolean |
isUsingAccounts(ITrace trace)
Check to see if the server is using Accounts security
|
boolean |
isUsingAcl(ITrace trace)
Check to see if the server is using Acl security
|
boolean |
isUsingAclRoles(ITrace trace)
Check to see if server is using the RoleEntityACL feature
|
@Deprecated public CSEnvCache(IdcClient idcClient, IdcContext idcContext, long timeToLive)
public CSEnvCache(IdcClient idcClient, IdcContext idcContext, long timeToLive, IServiceCallUtils serviceCallUtils)
public IServiceCallUtils getServiceCallUtils()
public IdcClient getIdcClient()
public IdcContext getIdcContext()
public long getTimeToLive()
public void clearCache(ITrace trace)
public boolean isAuthorDeleteEnabled(ITrace trace) throws IdcClientException
IdcClientExceptionpublic boolean isUsingAccounts(ITrace trace) throws IdcClientException
trace - IdcClientExceptionpublic boolean isUsingAcl(ITrace trace) throws IdcClientException
trace - IdcClientExceptionpublic boolean isCollaborationModel(ITrace trace) throws IdcClientException
trace - IdcClientExceptionpublic boolean isUsingAclRoles(ITrace trace) throws IdcClientException
trace - IdcClientExceptionpublic boolean isUsing11gDefaultAcl(ITrace trace) throws IdcClientException
trace - IdcClientExceptionpublic boolean isInSpecialAuthGroups(String dSecurityGroup, ITrace trace) throws IdcClientException
dSecurityGroup - of the documentIdcClientException