Package | Description |
---|---|
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.metadata.dic |
Modifier and Type | Method and Description |
---|---|
DocumentStatus |
VtiDocumentHelper.getDocumentStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Returns document status for node reference
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractAlfrescoMethodHandler.assertRemovableDocument(DocumentStatus documentStatus)
Asserts "document with this status is removable"
|
static boolean |
VtiDocumentHelper.isCheckedout(DocumentStatus documentStatus)
Check document on checkout
|
static boolean |
VtiDocumentHelper.isCheckoutOwner(DocumentStatus documentStatus)
Check document on owner checkout
|
static boolean |
VtiDocumentHelper.isLongCheckedout(DocumentStatus documentStatus)
Check document on long term checkout
|
static boolean |
VtiDocumentHelper.isShortCheckedout(DocumentStatus documentStatus)
Check document on short term checkout
|
Modifier and Type | Method and Description |
---|---|
static DocumentStatus |
DocumentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentStatus[] |
DocumentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.