public interface DocumentDatabaseMetaInfo extends Serializable
DocumentArchiveMetaInfo
that holds the information that is
stored in the archive.Modifier and Type | Method and Description |
---|---|
boolean |
canEdit() |
boolean |
canIndex() |
boolean |
canPrint() |
boolean |
canSave() |
boolean |
canStream() |
List<com.saperion.rmi.SaCheckoutInfo> |
getCheckoutInfos() |
String |
getLockUser() |
com.saperion.intf.SaPropertyValue |
getValue(String name)
Reads the value with the given name.
|
com.saperion.intf.SaPropertyValue[] |
getValues() |
boolean |
hasActiveWorkflows()
Returns true, if the document has an active workflow.
|
boolean |
hasObjects() |
boolean |
hasRealACL() |
boolean |
hasStatus() |
boolean |
hasValue(String name)
Check, if a value exists for thew given name.
|
boolean |
hasWorkflows()
Returns true if the document has started or finished workflows.
|
boolean |
isCheckedIn() |
boolean |
isCheckedout() |
boolean |
isDeleted() |
boolean |
isLink() |
boolean |
isLocked()
Check, if the document is locked.
|
boolean |
isLockedByCurrentUser()
Returns true, if the document represented by this SaDocumentInfo is
locked by the current user.
|
boolean |
isOfflineConflict() |
boolean |
isRevised() |
boolean |
isSigned() |
com.saperion.intf.SaPropertyValue[] getValues()
com.saperion.intf.SaPropertyValue getValue(String name)
name
- Property nameboolean hasValue(String name)
name
- Property nameboolean isCheckedout()
String getLockUser()
SaJNILockInfo.getLockUser()
boolean isLocked()
boolean isLockedByCurrentUser()
boolean canEdit()
SaStatusInfo.canEdit()
boolean canIndex()
SaStatusInfo.canIndex()
boolean canPrint()
SaStatusInfo.canPrint()
boolean canSave()
SaStatusInfo.canSave()
boolean hasObjects()
SaStatusInfo.hasObjects()
boolean hasRealACL()
SaStatusInfo.hasRealACL()
boolean hasWorkflows()
SaStatusInfo.hasWorkflows()
boolean hasActiveWorkflows()
boolean isCheckedIn()
SaStatusInfo.isCheckedIn()
boolean isDeleted()
SaStatusInfo.isDeleted()
boolean isLink()
SaStatusInfo.isLink()
boolean isRevised()
SaStatusInfo.isRevised()
boolean hasStatus()
boolean isOfflineConflict()
boolean isSigned()
boolean canStream()
List<com.saperion.rmi.SaCheckoutInfo> getCheckoutInfos()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.