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