Package com.saperion.ngc.model.document
Class ClassicConnectorDocumentDatabaseMetaInfo
java.lang.Object
com.saperion.ngc.model.document.ClassicConnectorDocumentDatabaseMetaInfo
- All Implemented Interfaces:
- DocumentDatabaseMetaInfo,- Serializable
public class ClassicConnectorDocumentDatabaseMetaInfo
extends Object
implements DocumentDatabaseMetaInfo
Implementation of DocumentInfo for ClassicConnector.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionClassicConnectorDocumentDatabaseMetaInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanEdit()booleancanIndex()booleancanPrint()booleancanSave()booleanList<com.saperion.rmi.SaCheckoutInfo>com.saperion.intf.SaPropertyValueReads the value with the given name.com.saperion.intf.SaPropertyValue[]booleanReturns true, if the document has an active workflow.booleanbooleanbooleanbooleanCheck, if a value exists for thew given name.booleanReturns true if the document has started or finished workflows.booleanbooleanbooleanbooleanisLink()booleanisLocked()Check, if the document is locked.booleanReturns true, if the document represented by this SaDocumentInfo is locked by the current user.booleanbooleanbooleanisSigned()
- 
Constructor Details- 
ClassicConnectorDocumentDatabaseMetaInfopublic ClassicConnectorDocumentDatabaseMetaInfo(com.saperion.intf.SaDocumentInfo saDocumentInfo) Constructor.- Parameters:
- saDocumentInfo- saDocumentInfo retrieved from backend
 
 
- 
- 
Method Details- 
getValuespublic com.saperion.intf.SaPropertyValue[] getValues()- Specified by:
- getValuesin interface- DocumentDatabaseMetaInfo
- Returns:
- Array of property values
- See Also:
 
- 
getValueReads the value with the given name.- Specified by:
- getValuein interface- DocumentDatabaseMetaInfo
- Parameters:
- name- Property name
- Returns:
- Property value null, if not found
- See Also:
 
- 
hasValueCheck, if a value exists for thew given name.- Specified by:
- hasValuein interface- DocumentDatabaseMetaInfo
- Parameters:
- name- Property name
- Returns:
- True, if exists
- See Also:
 
- 
isCheckedoutpublic boolean isCheckedout()- Specified by:
- isCheckedoutin interface- DocumentDatabaseMetaInfo
- Returns:
- Document is checked out.
- See Also:
 
- 
getLockUser- Specified by:
- getLockUserin interface- DocumentDatabaseMetaInfo
- Returns:
- Lock user
- See Also:
 
- 
isLockedpublic boolean isLocked()Check, if the document is locked.- Specified by:
- isLockedin interface- DocumentDatabaseMetaInfo
- Returns:
- Is locked
- See Also:
 
- 
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:
 
- 
canEditpublic boolean canEdit()- Specified by:
- canEditin interface- DocumentDatabaseMetaInfo
- Returns:
- Editable
- See Also:
 
- 
canIndexpublic boolean canIndex()- Specified by:
- canIndexin interface- DocumentDatabaseMetaInfo
- Returns:
- Indexable
- See Also:
 
- 
canPrintpublic boolean canPrint()- Specified by:
- canPrintin interface- DocumentDatabaseMetaInfo
- Returns:
- Printable
- See Also:
 
- 
canSavepublic boolean canSave()- Specified by:
- canSavein interface- DocumentDatabaseMetaInfo
- Returns:
- Saveable
- See Also:
 
- 
hasObjectspublic boolean hasObjects()- Specified by:
- hasObjectsin interface- DocumentDatabaseMetaInfo
- Returns:
- Has objects
- See Also:
 
- 
hasRealACLpublic boolean hasRealACL()- Specified by:
- hasRealACLin interface- DocumentDatabaseMetaInfo
- Returns:
- Has real ACL
- See Also:
 
- 
hasWorkflowspublic boolean hasWorkflows()Returns true if the document has started or finished workflows.- Specified by:
- hasWorkflowsin interface- DocumentDatabaseMetaInfo
- Returns:
- Has workflows
- See Also:
 
- 
hasActiveWorkflowspublic boolean hasActiveWorkflows()Returns true, if the document has an active workflow.- Specified by:
- hasActiveWorkflowsin interface- DocumentDatabaseMetaInfo
- Returns:
- has active workflow
- See Also:
 
- 
isCheckedInpublic boolean isCheckedIn()- Specified by:
- isCheckedInin interface- DocumentDatabaseMetaInfo
- Returns:
- Is checked in
- See Also:
 
- 
isDeletedpublic boolean isDeleted()- Specified by:
- isDeletedin interface- DocumentDatabaseMetaInfo
- Returns:
- Is deleted
- See Also:
 
- 
isLinkpublic boolean isLink()- Specified by:
- isLinkin interface- DocumentDatabaseMetaInfo
- Returns:
- Is link
- See Also:
 
- 
isRevisedpublic boolean isRevised()- Specified by:
- isRevisedin interface- DocumentDatabaseMetaInfo
- Returns:
- Is revised
- See Also:
 
- 
hasStatuspublic boolean hasStatus()- Specified by:
- hasStatusin interface- DocumentDatabaseMetaInfo
- Returns:
- Has status informations
- See Also:
 
- 
isOfflineConflictpublic boolean isOfflineConflict()- Specified by:
- isOfflineConflictin interface- DocumentDatabaseMetaInfo
- Returns:
- Document is in offline-conflict-state
- See Also:
 
- 
isSignedpublic boolean isSigned()- Specified by:
- isSignedin interface- DocumentDatabaseMetaInfo
- Returns:
- Document is signed
- See Also:
 
- 
canStreampublic boolean canStream()- Specified by:
- canStreamin interface- DocumentDatabaseMetaInfo
- Returns:
- Document can be streamed
- See Also:
 
- 
getCheckoutInfos- Specified by:
- getCheckoutInfosin interface- DocumentDatabaseMetaInfo
- Returns:
- Checkout informations
- See Also:
 
 
-