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 DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.getValues()
public com.saperion.intf.SaPropertyValue getValue(String name)
getValue
in interface DocumentDatabaseMetaInfo
name
- Property nameDocumentDatabaseMetaInfo.getValue(String)
public boolean hasValue(String name)
hasValue
in interface DocumentDatabaseMetaInfo
name
- Property nameDocumentDatabaseMetaInfo.hasValue(String)
public boolean isCheckedout()
isCheckedout
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isCheckedout()
public String getLockUser()
getLockUser
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.getLockUser()
public boolean isLocked()
isLocked
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isLocked()
public boolean isLockedByCurrentUser()
isLockedByCurrentUser
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isLockedByCurrentUser()
public boolean canEdit()
canEdit
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.canEdit()
public boolean canIndex()
canIndex
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.canIndex()
public boolean canPrint()
canPrint
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.canPrint()
public boolean canSave()
canSave
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.canSave()
public boolean hasObjects()
hasObjects
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasObjects()
public boolean hasRealACL()
hasRealACL
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasRealACL()
public boolean hasWorkflows()
hasWorkflows
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasWorkflows()
public boolean hasActiveWorkflows()
hasActiveWorkflows
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasActiveWorkflows()
public boolean isCheckedIn()
isCheckedIn
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasWorkflows()
public boolean isDeleted()
isDeleted
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasActiveWorkflows()
public boolean isLink()
isLink
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isLink()
public boolean isRevised()
isRevised
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isRevised()
public boolean hasStatus()
hasStatus
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.hasStatus()
public boolean isOfflineConflict()
isOfflineConflict
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isOfflineConflict()
public boolean isSigned()
isSigned
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.isSigned()
public boolean canStream()
canStream
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.canStream()
public List<com.saperion.rmi.SaCheckoutInfo> getCheckoutInfos()
getCheckoutInfos
in interface DocumentDatabaseMetaInfo
DocumentDatabaseMetaInfo.getCheckoutInfos()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.