Package com.saperion.intf
Interface SaDocAccessData
- All Known Implementing Classes:
SaDocAccessDataImpl
Deprecated.
This interface defines access on documents.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Returns complete Saperion access flags for the document.boolean
Deprecated.This method returns whether one may change index data.boolean
Deprecated.This method returns whether one may read data of the document.boolean
Deprecated.This method returns whether one may delete the document.boolean
Deprecated.This method returns whether one may edit the document.
-
Method Details
-
getAccessFlags
int getAccessFlags()Deprecated.Returns complete Saperion access flags for the document. (See ACC_* flag constants in SaConstants for reference.)- Returns:
- the accessFlags
-
isIndexable
boolean isIndexable()Deprecated.This method returns whether one may change index data.- Returns:
- whether one may change index data
-
isReadable
boolean isReadable()Deprecated.This method returns whether one may read data of the document.- Returns:
- whether one may read data of the document
-
isRemovable
boolean isRemovable()Deprecated.This method returns whether one may delete the document.- Returns:
- whether one may delete the document
-
isWriteable
boolean isWriteable()Deprecated.This method returns whether one may edit the document.- Returns:
- whether one may edit the document
-
SaACLRights
instead