public class ClassicConnectorDocumentDatabaseMetaInfo extends Object implements DocumentDatabaseMetaInfo
| Constructor and Description |
|---|
ClassicConnectorDocumentDatabaseMetaInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo)
Constructor.
|
| 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() |
public ClassicConnectorDocumentDatabaseMetaInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo)
saDocumentInfo - saDocumentInfo retrieved from backendpublic com.saperion.intf.SaPropertyValue[] getValues()
getValues in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.getValues()public com.saperion.intf.SaPropertyValue getValue(String name)
getValue in interface DocumentDatabaseMetaInfoname - Property nameDocumentDatabaseMetaInfo.getValue(String)public boolean hasValue(String name)
hasValue in interface DocumentDatabaseMetaInfoname - Property nameDocumentDatabaseMetaInfo.hasValue(String)public boolean isCheckedout()
isCheckedout in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isCheckedout()public String getLockUser()
getLockUser in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.getLockUser()public boolean isLocked()
isLocked in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isLocked()public boolean isLockedByCurrentUser()
isLockedByCurrentUser in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isLockedByCurrentUser()public boolean canEdit()
canEdit in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.canEdit()public boolean canIndex()
canIndex in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.canIndex()public boolean canPrint()
canPrint in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.canPrint()public boolean canSave()
canSave in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.canSave()public boolean hasObjects()
hasObjects in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasObjects()public boolean hasRealACL()
hasRealACL in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasRealACL()public boolean hasWorkflows()
hasWorkflows in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasWorkflows()public boolean hasActiveWorkflows()
hasActiveWorkflows in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasActiveWorkflows()public boolean isCheckedIn()
isCheckedIn in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasWorkflows()public boolean isDeleted()
isDeleted in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasActiveWorkflows()public boolean isLink()
isLink in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isLink()public boolean isRevised()
isRevised in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isRevised()public boolean hasStatus()
hasStatus in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.hasStatus()public boolean isOfflineConflict()
isOfflineConflict in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isOfflineConflict()public boolean isSigned()
isSigned in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.isSigned()public boolean canStream()
canStream in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.canStream()public List<com.saperion.rmi.SaCheckoutInfo> getCheckoutInfos()
getCheckoutInfos in interface DocumentDatabaseMetaInfoDocumentDatabaseMetaInfo.getCheckoutInfos()Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.