Package com.saperion.intf
Interface SaDocAccessData
-
- All Known Implementing Classes:
SaDocAccessDataImpl
@Deprecated public interface SaDocAccessData
Deprecated.useSaACLRights
insteadThis interface defines access on documents.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getAccessFlags()
Deprecated.Returns complete Saperion access flags for the document.boolean
isIndexable()
Deprecated.This method returns whether one may change index data.boolean
isReadable()
Deprecated.This method returns whether one may read data of the document.boolean
isRemovable()
Deprecated.This method returns whether one may delete the document.boolean
isWriteable()
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
-
-