Package com.redwood.scheduler.api.model
Interface MonitorNode
- 
- All Superinterfaces:
- BusinessKeyObject,- LinkableMonitor,- LinkableMonitorComp,- Monitor,- MonitorNodeComp,- NamedRootObject,- NamedRootObjectComp,- Readable,- Root,- SchedulerEntity,- SchedulerEntityComp
 
 public interface MonitorNode extends MonitorNodeComp, LinkableMonitor, Readable Monitor that can contain sub-nodes
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "MonitorNode" objects.static StringSEC_PRIV_CONFIRMThis privilege can be granted at a group level.static StringSEC_PRIV_CREATEThis privilege can be granted at a group level.static StringSEC_PRIV_DELETEThis privilege can be granted at a group level.static StringSEC_PRIV_EDITThis privilege can be granted at a group level.static StringSEC_PRIV_VIEWThis privilege can be granted at a group level.static StringSEC_RANK_ALLThis rank is made of the following privileges: create , view , confirm , edit , deletestatic StringSEC_RANK_CREATEThis rank is made of the following privileges: createstatic StringSEC_RANK_DELETEThis rank is made of the following privileges: view , confirm , create , deletestatic StringSEC_RANK_EDITThis rank is made of the following privileges: view , confirm , create , editstatic StringSEC_RANK_NONEThis rank has no privileges assigned to it.static StringSEC_RANK_OPERATORThis rank is made of the following privileges: view , confirmstatic StringSEC_RANK_VIEWThis rank is made of the following privileges: viewstatic QueryObjectType<MonitorNode>TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).- 
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntityACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredPermissioncheckConfirmPrivilege()Check whether or not the confirm action can be performed on this object.RequiredPermissioncheckCreatePrivilege()Check whether or not the create action can be performed on this object.RequiredPermissioncheckDeletePrivilege()Check whether or not the delete action can be performed on this object.RequiredPermissioncheckEditPrivilege()Check whether or not the edit action can be performed on this object.RequiredPermissioncheckViewPrivilege()Check whether or not the view action can be performed on this object.MonitorCheckgetChildMonitorCheckByName(String name)Get the MonitorCheck by ParentName.RWIterable<MonitorCheck>getChildMonitorChecks()Get anRWIterableover a collection ofChildMonitorChecks, the collection will be ordered by Name.MonitorLinkgetChildMonitorLinkByName(String name)Get the MonitorLink by ParentName.RWIterable<MonitorLink>getChildMonitorLinks()Get anRWIterableover a collection ofChildMonitorLinks, the collection will be ordered by Name.MonitorNodegetChildMonitorNodeByName(String name)Get the MonitorNode by ParentName.RWIterable<MonitorNode>getChildMonitorNodes()Get anRWIterableover a collection ofChildMonitorNodes, the collection will be ordered by Name.- 
Methods inherited from interface com.redwood.scheduler.api.model.BusinessKeyObjectgetBusinessKey
 - 
Methods inherited from interface com.redwood.scheduler.api.model.LinkableMonitorcreateMonitorEvent, getActualSeverity, getLinkedMonitorLinks, getMonitorEventByEventDefinition, getMonitorEvents, getRemoteId, getRemoteSystem, setRemoteId, setRemoteSystem
 - 
Methods inherited from interface com.redwood.scheduler.api.model.MonitorgetFullPath, getParentMonitorNode, setParentMonitorNode
 - 
Methods inherited from interface com.redwood.scheduler.api.model.NamedRootObjectcreateObjectReference, getComment, getDescription, getLinkedObjectReferenceByLinkedObject, getLinkedObjectReferenceByName, getLinkedObjectReferences, getName, getSearchName, getSourceObjectReferences, isHidden, setComment, setDescription, setName
 - 
Methods inherited from interface com.redwood.scheduler.api.model.RootgetCreationTime, getLastModificationTime, getLastModifierSubject
 - 
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntitycanPerform, createSubjectObjectPrivilegeGrant, deleteObject, getAuditTrail, getAuditTrailSize, getBehavior, getEffectiveBehavior, getErrorNameEN, getErrorNameKey, getLLPVersion, getLOV, getLOVSupport, getObjectType, getParentSchedulerEntities, getRuntime, getSubjectObjectPrivilegeGrantBySubject, getSubjectObjectPrivilegeGrants, getUniqueId, getUrl, getUrl, isCreated, isDeletable, isDeleted, isModifiable, isModified, isSelectVersioned, processRelatedObjects, processRelatedObjects, processRelatedObjects, refreshObject, resetObject, resetObject, resetValuesToDefault, selectForRead
 
- 
 
- 
- 
- 
Field Detail- 
OBJECT_TYPEstatic final String OBJECT_TYPE String that will be returned fromSchedulerEntity.getObjectType()for "MonitorNode" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<MonitorNode> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
SEC_PRIV_CREATEstatic final String SEC_PRIV_CREATE This privilege can be granted at a group level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_VIEWstatic final String SEC_PRIV_VIEW This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_CONFIRMstatic final String SEC_PRIV_CONFIRM This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_EDITstatic final String SEC_PRIV_EDIT This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_DELETEstatic final String SEC_PRIV_DELETE This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_RANK_NONEstatic final String SEC_RANK_NONE This rank has no privileges assigned to it.- See Also:
- Constant Field Values
 
 - 
SEC_RANK_CREATEstatic final String SEC_RANK_CREATE This rank is made of the following privileges: create- See Also:
- Constant Field Values
 
 - 
SEC_RANK_VIEWstatic final String SEC_RANK_VIEW This rank is made of the following privileges: view- See Also:
- Constant Field Values
 
 - 
SEC_RANK_OPERATORstatic final String SEC_RANK_OPERATOR This rank is made of the following privileges: view , confirm- See Also:
- Constant Field Values
 
 - 
SEC_RANK_EDITstatic final String SEC_RANK_EDIT This rank is made of the following privileges: view , confirm , create , edit- See Also:
- Constant Field Values
 
 - 
SEC_RANK_DELETEstatic final String SEC_RANK_DELETE This rank is made of the following privileges: view , confirm , create , delete- See Also:
- Constant Field Values
 
 - 
SEC_RANK_ALLstatic final String SEC_RANK_ALL This rank is made of the following privileges: create , view , confirm , edit , delete- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getChildMonitorLinksRWIterable<MonitorLink> getChildMonitorLinks() Get anRWIterableover a collection ofChildMonitorLinks, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. The children of this monitor node.- Specified by:
- getChildMonitorLinksin interface- MonitorNodeComp
- Returns:
- An RWIterableover a collection ofMonitorLinkobjects , the collection will be ordered by Name.
 
 - 
getChildMonitorLinkByNameMonitorLink getChildMonitorLinkByName(String name) Get the MonitorLink by ParentName.- Parameters:
- name-
- Returns:
- the MonitorLink, or nullif it could not be found
 
 - 
getChildMonitorChecksRWIterable<MonitorCheck> getChildMonitorChecks() Get anRWIterableover a collection ofChildMonitorChecks, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. The children of this monitor node.- Specified by:
- getChildMonitorChecksin interface- MonitorNodeComp
- Returns:
- An RWIterableover a collection ofMonitorCheckobjects , the collection will be ordered by Name.
 
 - 
getChildMonitorCheckByNameMonitorCheck getChildMonitorCheckByName(String name) Get the MonitorCheck by ParentName.- Parameters:
- name-
- Returns:
- the MonitorCheck, or nullif it could not be found
 
 - 
getChildMonitorNodesRWIterable<MonitorNode> getChildMonitorNodes() Get anRWIterableover a collection ofChildMonitorNodes, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. The children of this monitor node.- Specified by:
- getChildMonitorNodesin interface- MonitorNodeComp
- Returns:
- An RWIterableover a collection ofMonitorNodeobjects , the collection will be ordered by Name.
 
 - 
getChildMonitorNodeByNameMonitorNode getChildMonitorNodeByName(String name) Get the MonitorNode by ParentName.- Parameters:
- name-
- Returns:
- the MonitorNode, or nullif it could not be found
 
 - 
checkCreatePrivilegeRequiredPermission checkCreatePrivilege() Check whether or not the create action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkViewPrivilegeRequiredPermission checkViewPrivilege() Check whether or not the view action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkConfirmPrivilegeRequiredPermission checkConfirmPrivilege() Check whether or not the confirm action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkEditPrivilegeRequiredPermission checkEditPrivilege() Check whether or not the edit action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkDeletePrivilegeRequiredPermission checkDeletePrivilege() Check whether or not the delete action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 
- 
 
-