@Name(value="cmRelationActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class CaseManagementRelationActionsBean extends CaseManagementContextBoundInstance
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_CASE_ITEM_RELATION_SEARCH_QUERYMODEL |
| Constructor and Description |
|---|
CaseManagementRelationActionsBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
addStatement() |
String |
deleteStatement(StatementInfo stmtInfo) |
String |
getComment() |
DocumentModel |
getDocumentModel(Node node) |
DocumentModel |
getDocumentModel(String id) |
List<DocumentModel> |
getDocumentRelationSuggestions(Object input) |
QNameResource |
getDocumentResource(DocumentModel document) |
List<StatementInfo> |
getIncomingStatementsInfo() |
SelectDataModel |
getIncomingStatementsInfoSelectModel() |
List<StatementInfo> |
getOutgoingStatementsInfo() |
SelectDataModel |
getOutgoingStatementsInfoSelectModel() |
String |
getPredicateUri() |
String |
getSearchKeywords() |
Boolean |
getShowCreateForm() |
List<String> |
getTargetCreationDocuments() |
void |
resetStatements() |
void |
setComment(String comment) |
void |
setPredicateUri(String predicateUri) |
void |
setSearchKeywords(String searchKeywords) |
void |
setTargetCreationDocuments(List<String> targetCreationDocuments) |
void |
toggleCreateForm(ActionEvent event) |
getCachedCase, getCachedCaseItem, getCachedMailbox, getCurrentCase, getCurrentCaseItem, getCurrentClassificationRoot, getCurrentMailbox, getCurrentRouteRoot, onMailboxContextChangepublic static final String CURRENT_CASE_ITEM_RELATION_SEARCH_QUERYMODEL
public DocumentModel getDocumentModel(Node node) throws ClientException
ClientExceptionpublic QNameResource getDocumentResource(DocumentModel document) throws ClientException
ClientExceptionpublic List<StatementInfo> getIncomingStatementsInfo() throws ClientException
ClientExceptionpublic SelectDataModel getIncomingStatementsInfoSelectModel() throws ClientException
ClientExceptionpublic List<StatementInfo> getOutgoingStatementsInfo() throws ClientException
ClientExceptionpublic SelectDataModel getOutgoingStatementsInfoSelectModel() throws ClientException
ClientExceptionpublic void resetStatements()
public Boolean getShowCreateForm()
public void toggleCreateForm(ActionEvent event)
public String getPredicateUri()
public void setPredicateUri(String predicateUri)
public String getComment()
public void setComment(String comment)
public String getSearchKeywords()
public void setSearchKeywords(String searchKeywords)
public void setTargetCreationDocuments(List<String> targetCreationDocuments)
public DocumentModel getDocumentModel(String id) throws ClientException
ClientExceptionpublic List<DocumentModel> getDocumentRelationSuggestions(Object input) throws ClientException
ClientExceptionpublic String addStatement() throws ClientException
ClientExceptionpublic String deleteStatement(StatementInfo stmtInfo) throws ClientException
ClientExceptionCopyright © 2012 Nuxeo SA. All Rights Reserved.