@AccessLevel(value=EXTERNAL)
public interface ContextFacade
Modifier and Type | Method and Description |
---|---|
curam.contextviewer.facade.struct.ContextDetails |
getContextDetails(curam.contextviewer.facade.struct.Context_ID contextID)
Returns the context details used to show data in the Citizen Context
Viewer.
|
curam.contextviewer.facade.struct.ContextRenderer |
launchViewer(curam.contextviewer.facade.struct.Context_ID context_ID)
Returns a context id based on the context viewer domain.
|
curam.contextviewer.facade.struct.ContextNodeTypeDetails |
readContextNodeTypes()
Returns the context node types that define the nature of the context tree
in the citizen context tree.
|
curam.contextviewer.facade.struct.ContextTree |
readContextTree(curam.contextviewer.facade.struct.Context_ID context_ID)
Returns the context tree to be displayed in the Citizen Context Viewer.
|
curam.contextviewer.facade.struct.ContextDetails getContextDetails(curam.contextviewer.facade.struct.Context_ID contextID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
contextID
- The identifier of the context to be displayed.AppException
- @exception InformationalException.curam.util.exception.InformationalException
curam.contextviewer.facade.struct.ContextNodeTypeDetails readContextNodeTypes() throws curam.util.exception.AppException, curam.util.exception.InformationalException
AppException
InformationalException.
curam.util.exception.InformationalException
curam.contextviewer.facade.struct.ContextTree readContextTree(curam.contextviewer.facade.struct.Context_ID context_ID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
context_ID
- The identifier of the context to be displayed.AppException
- @exception InformationalException.curam.util.exception.InformationalException
curam.contextviewer.facade.struct.ContextRenderer launchViewer(curam.contextviewer.facade.struct.Context_ID context_ID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
context_ID
- The id of the context to be displayed.AppException
curam.util.exception.InformationalException