Package com.saperion.ngc.model.document
Class ClassicConnectorDocumentDatabaseMetaInfo
- java.lang.Object
- 
- com.saperion.ngc.model.document.ClassicConnectorDocumentDatabaseMetaInfo
 
- 
- All Implemented Interfaces:
- DocumentDatabaseMetaInfo,- java.io.Serializable
 
 public class ClassicConnectorDocumentDatabaseMetaInfo extends java.lang.Object implements DocumentDatabaseMetaInfo Implementation of DocumentInfo for ClassicConnector.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ClassicConnectorDocumentDatabaseMetaInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEdit()booleancanIndex()booleancanPrint()booleancanSave()booleancanStream()java.util.List<com.saperion.rmi.SaCheckoutInfo>getCheckoutInfos()java.lang.StringgetLockUser()com.saperion.intf.SaPropertyValuegetValue(java.lang.String name)Reads the value with the given name.com.saperion.intf.SaPropertyValue[]getValues()booleanhasActiveWorkflows()Returns true, if the document has an active workflow.booleanhasObjects()booleanhasRealACL()booleanhasStatus()booleanhasValue(java.lang.String name)Check, if a value exists for thew given name.booleanhasWorkflows()Returns true if the document has started or finished workflows.booleanisCheckedIn()booleanisCheckedout()booleanisDeleted()booleanisLink()booleanisLocked()Check, if the document is locked.booleanisLockedByCurrentUser()Returns true, if the document represented by this SaDocumentInfo is locked by the current user.booleanisOfflineConflict()booleanisRevised()booleanisSigned()
 
- 
- 
- 
Method Detail- 
getValuespublic com.saperion.intf.SaPropertyValue[] getValues() - Specified by:
- getValuesin interface- DocumentDatabaseMetaInfo
- Returns:
- Array of property values
- See Also:
- DocumentDatabaseMetaInfo.getValues()
 
 - 
getValuepublic com.saperion.intf.SaPropertyValue getValue(java.lang.String name) Reads the value with the given name.- Specified by:
- getValuein interface- DocumentDatabaseMetaInfo
- Parameters:
- name- Property name
- Returns:
- Property value null, if not found
- See Also:
- DocumentDatabaseMetaInfo.getValue(String)
 
 - 
hasValuepublic boolean hasValue(java.lang.String name) Check, if a value exists for thew given name.- Specified by:
- hasValuein interface- DocumentDatabaseMetaInfo
- Parameters:
- name- Property name
- Returns:
- True, if exists
- See Also:
- DocumentDatabaseMetaInfo.hasValue(String)
 
 - 
isCheckedoutpublic boolean isCheckedout() - Specified by:
- isCheckedoutin interface- DocumentDatabaseMetaInfo
- Returns:
- Document is checked out.
- See Also:
- DocumentDatabaseMetaInfo.isCheckedout()
 
 - 
getLockUserpublic java.lang.String getLockUser() - Specified by:
- getLockUserin interface- DocumentDatabaseMetaInfo
- Returns:
- Lock user
- See Also:
- DocumentDatabaseMetaInfo.getLockUser()
 
 - 
isLockedpublic boolean isLocked() Check, if the document is locked.- Specified by:
- isLockedin interface- DocumentDatabaseMetaInfo
- Returns:
- Is locked
- See Also:
- DocumentDatabaseMetaInfo.isLocked()
 
 - 
isLockedByCurrentUserpublic boolean isLockedByCurrentUser() Returns true, if the document represented by this SaDocumentInfo is locked by the current user.- Specified by:
- isLockedByCurrentUserin interface- DocumentDatabaseMetaInfo
- Returns:
- true, if locked by current user
- See Also:
- DocumentDatabaseMetaInfo.isLockedByCurrentUser()
 
 - 
canEditpublic boolean canEdit() - Specified by:
- canEditin interface- DocumentDatabaseMetaInfo
- Returns:
- Editable
- See Also:
- DocumentDatabaseMetaInfo.canEdit()
 
 - 
canIndexpublic boolean canIndex() - Specified by:
- canIndexin interface- DocumentDatabaseMetaInfo
- Returns:
- Indexable
- See Also:
- DocumentDatabaseMetaInfo.canIndex()
 
 - 
canPrintpublic boolean canPrint() - Specified by:
- canPrintin interface- DocumentDatabaseMetaInfo
- Returns:
- Printable
- See Also:
- DocumentDatabaseMetaInfo.canPrint()
 
 - 
canSavepublic boolean canSave() - Specified by:
- canSavein interface- DocumentDatabaseMetaInfo
- Returns:
- Saveable
- See Also:
- DocumentDatabaseMetaInfo.canSave()
 
 - 
hasObjectspublic boolean hasObjects() - Specified by:
- hasObjectsin interface- DocumentDatabaseMetaInfo
- Returns:
- Has objects
- See Also:
- DocumentDatabaseMetaInfo.hasObjects()
 
 - 
hasRealACLpublic boolean hasRealACL() - Specified by:
- hasRealACLin interface- DocumentDatabaseMetaInfo
- Returns:
- Has real ACL
- See Also:
- DocumentDatabaseMetaInfo.hasRealACL()
 
 - 
hasWorkflowspublic boolean hasWorkflows() Returns true if the document has started or finished workflows.- Specified by:
- hasWorkflowsin interface- DocumentDatabaseMetaInfo
- Returns:
- Has workflows
- See Also:
- DocumentDatabaseMetaInfo.hasWorkflows()
 
 - 
hasActiveWorkflowspublic boolean hasActiveWorkflows() Returns true, if the document has an active workflow.- Specified by:
- hasActiveWorkflowsin interface- DocumentDatabaseMetaInfo
- Returns:
- has active workflow
- See Also:
- DocumentDatabaseMetaInfo.hasActiveWorkflows()
 
 - 
isCheckedInpublic boolean isCheckedIn() - Specified by:
- isCheckedInin interface- DocumentDatabaseMetaInfo
- Returns:
- Is checked in
- See Also:
- DocumentDatabaseMetaInfo.hasWorkflows()
 
 - 
isDeletedpublic boolean isDeleted() - Specified by:
- isDeletedin interface- DocumentDatabaseMetaInfo
- Returns:
- Is deleted
- See Also:
- DocumentDatabaseMetaInfo.hasActiveWorkflows()
 
 - 
isLinkpublic boolean isLink() - Specified by:
- isLinkin interface- DocumentDatabaseMetaInfo
- Returns:
- Is link
- See Also:
- DocumentDatabaseMetaInfo.isLink()
 
 - 
isRevisedpublic boolean isRevised() - Specified by:
- isRevisedin interface- DocumentDatabaseMetaInfo
- Returns:
- Is revised
- See Also:
- DocumentDatabaseMetaInfo.isRevised()
 
 - 
hasStatuspublic boolean hasStatus() - Specified by:
- hasStatusin interface- DocumentDatabaseMetaInfo
- Returns:
- Has status informations
- See Also:
- DocumentDatabaseMetaInfo.hasStatus()
 
 - 
isOfflineConflictpublic boolean isOfflineConflict() - Specified by:
- isOfflineConflictin interface- DocumentDatabaseMetaInfo
- Returns:
- Document is in offline-conflict-state
- See Also:
- DocumentDatabaseMetaInfo.isOfflineConflict()
 
 - 
isSignedpublic boolean isSigned() - Specified by:
- isSignedin interface- DocumentDatabaseMetaInfo
- Returns:
- Document is signed
- See Also:
- DocumentDatabaseMetaInfo.isSigned()
 
 - 
canStreampublic boolean canStream() - Specified by:
- canStreamin interface- DocumentDatabaseMetaInfo
- Returns:
- Document can be streamed
- See Also:
- DocumentDatabaseMetaInfo.canStream()
 
 - 
getCheckoutInfospublic java.util.List<com.saperion.rmi.SaCheckoutInfo> getCheckoutInfos() - Specified by:
- getCheckoutInfosin interface- DocumentDatabaseMetaInfo
- Returns:
- Checkout informations
- See Also:
- DocumentDatabaseMetaInfo.getCheckoutInfos()
 
 
- 
 
-