public class TopologyControl extends ILogControl implements TopologyConstants
amIinitialize, DATASOURCE, INPUTMODE, labelOverride, ONDATACAHNGE, PARAM_APP, PARAM_APPTABTYPE, PARAM_DESIGNMODE, PARAM_LIGHTNING, PARAM_MOBILE, PARAM_MODULE, PARAM_PAGE, PARAM_PARENTCOMPONENT, PARAM_PARENTCONTROL, PARAM_PRESENTATION, PARAM_SCREENREADER, PARAM_SKINNAME, PARAM_TAB, PARAM_TABGROUP, PARAM_TABGROUP_MAIN, PARAM_TABLE, PARAM_USERINFO, PARAM_VERTICALLABEL, RERENDER_PROPERTYEXCEPTION_ERROR, EXCEPTION_INFO, EXCEPTION_NONE, EXCEPTION_REQUIREDFIELD, EXCEPTION_SMARTFILL, EXCEPTION_WARNING, EXCEPTION_YESNOCANCEL, FORCE_WARNING_HANDLING, NO_PROMPT_WITH_WARNING, presentationTags, PROMPT_WHEN_WARNING_EXISTASSET_TO_CACHE_RELATION, ASSETDETAILS_CHANGE, ASSETDETAILS_DETAILS, ASSETDETAILS_INCIDENT, ASSETDETAILS_MANAGE_DOWNTIME_HISTORY, ASSETDETAILS_MOVE_HISTORY, ASSETDETAILS_PROBLEM, ASSETDETAILS_RELATIONSHIP_HISTORY, ASSETDETAILS_RELEASE, ASSETDETAILS_REPORT_DOWNTIME, ASSETDETAILS_SELECT_VALUE, ASSETDETAILS_SERVICE_REQUEST, ASSETDETAILS_SPEC_HISTORY, ASSETDETAILS_VIEW_CONTRACTS, ASSETDETAILS_VIEW_TICKETS, ASSETDETAILS_WORK_DETAILS, ASSETDETAILS_WORK_ORDER, PROPERTY_ACTCI_APP_VAL, PROPERTY_APP_NAME, PROPERTY_CHANGE_APP_VAL, PROPERTY_CI_APP_VAL, PROPERTY_INITNODE_DEPTH, PROPERTY_LINKPOPUP_TARGET, PROPERTY_MAXNODE_DEPTH, PROPERTY_MAXNODES, PROPERTY_MOVETOPOPUP_TARGET, PROPERTY_NODEPOPUP_TARGET, RADIO_BIZ_ACTION, RADIO_DET_ACTION, SUBMENU_CREATE, SUBMENU_VIEW, TOPOLOGY_INIT_DEPTH_KEY, TOPOLOGY_MAX_DEPTH_KEY, TOPOLOGY_MAX_NODES_KEY, URL_PARAM_ASSETNUM, URL_PARAM_CINUM_SEPERATOR, URL_PARAM_DETAILED_VIEW, URL_PARAM_GRAPH_DEPTH, URL_PARAM_IA_TASK_TARGETS| Constructor and Description |
|---|
TopologyControl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable<java.lang.String,java.lang.Boolean> |
getImpactedAsset() |
java.lang.String |
getTopologyDepth() |
java.lang.String |
getTopologyInitDepth() |
int |
getTopologyMaxNodes() |
boolean |
handleServletRequest(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
initialize()
should be extended to do any setup required by the instance.
|
boolean |
isDetailView() |
void |
setDetailView(java.lang.String detailView) |
void |
setImpactedAsset(java.util.Hashtable<java.lang.String,java.lang.Boolean> impactedAsset) |
void |
setTopologyDepth(java.lang.String topologyDepth) |
void |
setTopologyInitDepth(java.lang.String topologyInitDepth) |
void |
setTopologyMaxNodes(int topologyMaxNodes) |
bidiPrepareForWrap, checkVisibility, dataChangedEvent, getAppId, getAppletLoadingMsg, getAppletLoadingTimeout, getAppletVisible, getDataChanged, getError, getRefreshVisibility, getSkinName, getUiSessionId, isInitialLoadRequired, render, setDataChanged, setError, setInitialLoadRequired, setRefreshVisibility, showerror, structureChangedEvent, updateappletbroadcastEvent, cleanup, getDataBean, instantiatedatasrc, instantiatedatasrcdesignaddChild, addComponent, canInsert, canInsert, canRemove, childHasError, childHasErrorFocus, clearComponent, clearErrors, copy, createRenderId, errorLevelChanged, eventCheck, findComponentByDescriptorId, findDesignerProperty, findProperty, findUseForLablledByComponent, getAdaptorInstance, getBoundComponent, getComponent, getComponents, getConditonallyChanged, getDataSource, getDescriptorControl, getDesignerProperty, getDesignerSelected, getDesignerSelectedControl, getElement, getErrorLevel, getGeneratedControl, getOriginalControl, getOriginalProperty, getProperties, getProperty, getProperty, getPropertyIgnoreFlags, getPropertyOriginator, getPropertyUncle, getRecordHover, getSkipPreRender, getTableControl, getTakesValueComponent, handleEvent, hasChanged, hasChangedConditionally, hasChildElements, hasMaskedChanged, hasRecordHover, hasVisibleChildren, isDesignerEditedProperty, isDisabled, isFocusable, isGenerated, isHiddenByLicense, isIncluded, isLastChild, isMainrecActionMenu, isMasked, isOnTableFilterRow, isOnTableTitleRow, isPersistentProperty, isReInitialize, isSelected, isToBeDisplayedOnCurrentTab, isToBeDisplayedOnTab, isVisible, launchexternal, moveChild, needsRender, parseParamvalues, preRender, preRenderChecks, quickinsert, registerDesignerEditedProperty, reInitialize, removeChild, renderChildren, resetDataSource, resolveParam, resolveParams, setAttributeError, setBoundComponent, setChangedFlag, setChangedFlag, setDesignerSelected, setDisabled, setElement, setErrorFocusOnControl, setFocus, setFocus, setFocusable, setFocusTable, setGenerated, setGeneratedControl, setIncluded, setIncluded, setNeedsRender, setOnTableFilterRow, setOnTableRow, setOnTableTitleRow, setOriginalControl, setPropertyOriginator, setPropertyUncle, setReInitialize, setReRenderFlags, setSelected, setSkipPreRender, setTableControl, setVisibility, stopRender, walkForId, walkForIdaddChild, addChild, addRefreshListener, clearChildren, clearProperties, clone, clone, getBoolean, getChildCount, getChildIndex, getChildren, getConsiderInDesigner, getDescriptor, getId, getIdExtension, getInt, getLocalizedType, getPage, getParent, getParentInstance, getPropertyNames, getRefreshListeners, getRenderId, getRowNum, getSafeId, getString, getType, getWebClientSession, handleEvent, hasAnyPropertyChanged, hasLocalProperty, hasPropertyChanged, initProperty, isDynamicContainer, isOnTable, isOnTableRow, maintainControlId, removeProperty, setConsiderInDesigner, setDescriptor, setDynamicContainer, setOnTable, setParent, setProperty, setProperty, setRenderId, setType, setWebClientSession, toStringpublic void initialize()
BaseInstanceinitialize in class ILogControlpublic boolean handleServletRequest(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
handleServletRequest in interface ControlServletRequestHandlerjavax.servlet.ServletExceptionjava.io.IOExceptionpublic int getTopologyMaxNodes()
public void setTopologyMaxNodes(int topologyMaxNodes)
public java.lang.String getTopologyDepth()
public void setTopologyDepth(java.lang.String topologyDepth)
public java.lang.String getTopologyInitDepth()
public void setTopologyInitDepth(java.lang.String topologyInitDepth)
public boolean isDetailView()
public void setDetailView(java.lang.String detailView)
public java.util.Hashtable<java.lang.String,java.lang.Boolean> getImpactedAsset()
public void setImpactedAsset(java.util.Hashtable<java.lang.String,java.lang.Boolean> impactedAsset)