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 Summary
Constructors Constructor Description SaStatusInfo(SaPropertyValue value)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEdit()
boolean
canIndex()
boolean
canPrint()
boolean
canSave()
boolean
canStream()
boolean
hasObjects()
boolean
hasRealACL()
boolean
hasWorkflows()
Returns true if the document has started or finished workflows.boolean
isCheckedIn()
boolean
isDeleted()
boolean
isLink()
boolean
isOfflineConflict()
boolean
isRevised()
boolean
isSigned()
-
-
-
Constructor Detail
-
SaStatusInfo
public SaStatusInfo(SaPropertyValue value) throws SaSystemException
Constructor.- Parameters:
value
- Property value- Throws:
SaSystemException
- Wrong or empty value
-
-
Method Detail
-
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
-
-