|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssSecurityFilter is cube security filter. (FOR FUTURE USE).
Method Summary | |
IEssCube.IEssSecurityFilter |
copy(java.lang.String destName)
Copies this security filter. |
IEssCube.IEssSecurityFilter |
copy(java.lang.String destName,
java.lang.String destAppName,
java.lang.String destCubeName)
Copies this security filter. |
void |
delete()
Deletes this security filter. |
short |
getAccess()
Gets the default filter access level. |
java.lang.String |
getName()
Gets the name of the security filter. |
boolean |
isActive()
Checks if this filter is currently in effect cube. |
void |
rename(java.lang.String newName)
Renames this security filter. |
Method Detail |
public java.lang.String getName() throws EssException
EssException
- if an error occurs.public boolean isActive() throws EssException
EssException
- if an error occurs.public short getAccess() throws EssException
EssException
- if an error occurs.public IEssCube.IEssSecurityFilter copy(java.lang.String destName) throws EssException
destName
- The destination name of the copied filter.
EssException
- if an error occurs.public IEssCube.IEssSecurityFilter copy(java.lang.String destName, java.lang.String destAppName, java.lang.String destCubeName) throws EssException
destAppName
- The destination application name.destCubeName
- The destination cube name.destName
- The name for the filter copy.
EssException
- if an error occurs.public void rename(java.lang.String newName) throws EssException
EssException
- if an error occurs.public void delete() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |