|
Ontimize Document Management 0.032EN | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentContext
Component context.
Contains all needed information to
| Method Summary | |
|---|---|
java.util.Map |
createContext(javax.swing.tree.TreePath path)
Creates a Map with the information that needs server to
execute operations. |
java.util.List |
getActions(ComponentSelection parent)
Returns a list with all available actions. |
java.util.List |
getAllowedActions()
Returns a list with the enabled actions. |
java.lang.Object |
getAttribute()
|
InternalConfigModel |
getConfiguration()
|
Document |
getDocument(java.util.Map node)
Deprecated. use instead new ODMSDocument(ContextValues context, Map node); |
java.util.List |
getExtraFields()
|
java.util.List |
getFields()
|
java.util.List |
getHiddenFields()
|
java.util.List |
getKeys()
|
java.lang.String |
getName()
|
Document[] |
getSelectedDocument()
|
TreeNode |
getSelectedLeaf()
|
javax.swing.tree.TreePath |
getSelectedPath()
|
java.util.List |
getVersionColumns()
|
| Methods inherited from interface com.ontimize.dms.client.ContextValues |
|---|
createContext, getAction, getBase, getCurrentExtraFields, getCurrentFields, getCurrentKeys, getParentFields, getWorkingDirectory, isFileNameGenerationEnabled |
| Method Detail |
|---|
java.lang.Object getAttribute()
java.lang.String getName()
java.util.List getKeys()
java.util.List getFields()
java.util.List getExtraFields()
java.util.List getHiddenFields()
java.util.List getVersionColumns()
InternalConfigModel getConfiguration()
TreeNode getSelectedLeaf()
javax.swing.tree.TreePath getSelectedPath()
Document[] getSelectedDocument()
Document getDocument(java.util.Map node)
java.util.List getActions(ComponentSelection parent)
Returns a list with all available actions.
ComponentPopupItemjava.util.List getAllowedActions()
Returns a list with the enabled actions.
ComponentActionsjava.util.Map createContext(javax.swing.tree.TreePath path)
Creates a Map with the information that needs server to
execute operations.
Context is given as a parameter in all server operations.
path - The current selected path in the tree.
|
Ontimize Document Management | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||