Package com.saperion.rmi
Class SaStatusInfo
- java.lang.Object
- 
- com.saperion.rmi.SaStatusInfo
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class SaStatusInfo extends java.lang.Object implements java.io.Serializable- Author:
- rbo
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SaStatusInfo(SaPropertyValue value)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEdit()booleancanIndex()booleancanPrint()booleancanSave()booleancanStream()booleanhasObjects()booleanhasRealACL()booleanhasWorkflows()Returns true if the document has started or finished workflows.booleanisCheckedIn()booleanisDeleted()booleanisLink()booleanisOfflineConflict()booleanisRevised()booleanisSigned()
 
- 
- 
- 
Constructor Detail- 
SaStatusInfopublic SaStatusInfo(SaPropertyValue value) throws SaSystemException Constructor.- Parameters:
- value- Property value
- Throws:
- SaSystemException- Wrong or empty value
 
 
- 
 - 
Method Detail- 
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
 
 
- 
 
-