Package com.saperion.rmi
Class SaStatusInfo
java.lang.Object
com.saperion.rmi.SaStatusInfo
- All Implemented Interfaces:
Serializable
- Author:
- rbo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SaStatusInfo
Constructor.- Parameters:
value
- Property value- Throws:
SaSystemException
- Wrong or empty value
-
-
Method Details
-
canEdit
public boolean canEdit()- Returns:
- Document can be edited
-
canPrint
public boolean canPrint()- Returns:
- Printing possible
-
canSave
public boolean canSave()- Returns:
- Saving possible
-
canIndex
public boolean canIndex()- Returns:
- Indexing possible
-
isCheckedIn
public boolean isCheckedIn()- Returns:
- Document is checked in
-
hasObjects
public boolean hasObjects()- Returns:
- Document has objects
-
isRevised
public boolean isRevised()- Returns:
- Document is revised
-
isDeleted
public boolean isDeleted()- Returns:
- Document is deleted
-
hasRealACL
public boolean hasRealACL()- Returns:
- Document has real acl
-
isLink
public boolean isLink()- Returns:
- Document is link
-
hasWorkflows
public boolean hasWorkflows()Returns true if the document has started or finished workflows.- Returns:
- has workflows
-
isOfflineConflict
public boolean isOfflineConflict()- Returns:
- Document is in offline-conflict-state
-
canStream
public boolean canStream()- Returns:
- Document can be streamed
-
isSigned
public boolean isSigned()- Returns:
- Document is signed
-