Package com.saperion.intf
Interface SaDocAccessData
-
- All Known Implementing Classes:
SaDocAccessDataImpl
@Deprecated public interface SaDocAccessDataDeprecated.useSaACLRightsinsteadThis interface defines access on documents.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetAccessFlags()Deprecated.Returns complete Saperion access flags for the document.booleanisIndexable()Deprecated.This method returns whether one may change index data.booleanisReadable()Deprecated.This method returns whether one may read data of the document.booleanisRemovable()Deprecated.This method returns whether one may delete the document.booleanisWriteable()Deprecated.This method returns whether one may edit the document.
-
-
-
Method Detail
-
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
-
-