public class WorkflowDescriptorModel
extends org.apache.wicket.model.LoadableDetachableModel<org.hippoecm.repository.api.WorkflowDescriptor>
Constructor and Description |
---|
WorkflowDescriptorModel(String category,
javax.jcr.Node subject) |
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
getHints() |
Map<String,Serializable> |
getHints(String branchId) |
javax.jcr.Node |
getNode() |
<T extends org.hippoecm.repository.api.Workflow> |
getWorkflow() |
protected org.hippoecm.repository.api.WorkflowDescriptor |
load() |
protected void |
onDetach() |
public WorkflowDescriptorModel(String category, javax.jcr.Node subject) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
protected org.hippoecm.repository.api.WorkflowDescriptor load()
load
in class org.apache.wicket.model.LoadableDetachableModel<org.hippoecm.repository.api.WorkflowDescriptor>
public javax.jcr.Node getNode() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public <T extends org.hippoecm.repository.api.Workflow> T getWorkflow()
protected void onDetach()
onDetach
in class org.apache.wicket.model.LoadableDetachableModel<org.hippoecm.repository.api.WorkflowDescriptor>
public Map<String,Serializable> getHints()
public Map<String,Serializable> getHints(String branchId)
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.