Package com.redwood.scheduler.api.model
Interface JobDefinitionAlertSource
-
- All Superinterfaces:
AlertSource
,AlertSourceComp
,ApplicationObject
,BusinessKeyObject
,JobDefinitionAlertSourceComp
,NamedRootObject
,NamedRootObjectComp
,PartitionableObject
,PartitionableObjectComp
,Readable
,Root
,SchedulerEntity
,SchedulerEntityComp
,UniqueNamedApplicationObject
public interface JobDefinitionAlertSource extends JobDefinitionAlertSourceComp, AlertSource, Readable
An alert raised by a job definition
-
-
Field Summary
Fields Modifier and Type Field Description static String
OBJECT_TYPE
String that will be returned fromSchedulerEntity.getObjectType()
for "JobDefinitionAlertSource" objects.static String
SEC_PRIV_CREATE
This privilege can be granted at a group level.static String
SEC_PRIV_DELETE
This privilege can be granted at a group level.static String
SEC_PRIV_EDIT
This privilege can be granted at a group level.static String
SEC_PRIV_VIEW
This privilege can be granted at a group level.static String
SEC_RANK_ALL
This rank is made of the following privileges: create , view , edit , deletestatic String
SEC_RANK_CREATE
This rank is made of the following privileges: createstatic String
SEC_RANK_DELETE
This rank is made of the following privileges: create , view , deletestatic String
SEC_RANK_EDIT
This rank is made of the following privileges: create , view , editstatic String
SEC_RANK_NONE
This rank has no privileges assigned to it.static String
SEC_RANK_VIEW
This rank is made of the following privileges: viewstatic QueryObjectType<JobDefinitionAlertSource>
TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.-
Fields inherited from interface com.redwood.scheduler.api.model.BusinessKeyObject
COPYRIGHT_MESSAGE_BKO, ID_BKO
-
Fields inherited from interface com.redwood.scheduler.api.model.Readable
COPYRIGHT_MESSAGE_E, ID_E
-
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
ACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredPermission
checkCreatePrivilege()
Check whether or not the create action can be performed on this object.RequiredPermission
checkDeletePrivilege()
Check whether or not the delete action can be performed on this object.RequiredPermission
checkEditPrivilege()
Check whether or not the edit action can be performed on this object.RequiredPermission
checkViewPrivilege()
Check whether or not the view action can be performed on this object.JobDefinitionAlertSourceParameterMatch
createJobDefinitionAlertSourceParameterMatch()
Create a newJobDefinitionAlertSourceParameterMatch
linked to this object.JobDefinitionAlertSourceRule
createJobDefinitionAlertSourceRule()
Create a newJobDefinitionAlertSourceRule
linked to this object.JobDefinitionAlertSourceStatus
createJobDefinitionAlertSourceStatus()
Create a newJobDefinitionAlertSourceStatus
linked to this object.Long
getAlertAtRestart()
Get the value for AlertAtRestart.AlertingBehavior
getAlertBehavior()
Get the value for AlertBehavior.JobDefinitionAlertSourceParameterMatch
getJobDefinitionAlertSourceParameterMatchBySearchName(String searchName)
Get the JobDefinitionAlertSourceParameterMatch by SearchName.RWIterable<JobDefinitionAlertSourceParameterMatch>
getJobDefinitionAlertSourceParameterMatches()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceParameterMatches
.JobDefinitionAlertSourceRule
getJobDefinitionAlertSourceRuleByProcessingOrder(Long processingOrder)
Get the JobDefinitionAlertSourceRule by ProcessingOrder.RWIterable<JobDefinitionAlertSourceRule>
getJobDefinitionAlertSourceRules()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceRules
.JobDefinitionAlertSourceStatus
getJobDefinitionAlertSourceStatusByStatus(JobStatus status)
Get the JobDefinitionAlertSourceStatus by JobDefinitionAlertSourceStatus.RWIterable<JobDefinitionAlertSourceStatus>
getJobDefinitionAlertSourceStatuses()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceStatuses
.NameMatchType
getNameMatchType()
Get the value for NameMatchType.String
getNamePattern()
Get the value for NamePattern.NameMatchType
getPartitionMatchType()
Get the value for PartitionMatchType.String
getPartitionPattern()
Get the value for PartitionPattern.void
setAlertAtRestart(Long newAlertAtRestart)
Set the value for AlertAtRestart.void
setAlertBehavior(AlertingBehavior newAlertBehavior)
Set the value for AlertBehavior.void
setNameMatchType(NameMatchType newNameMatchType)
Set the value for NameMatchType.void
setNamePattern(String newNamePattern)
Set the value for NamePattern.void
setPartitionMatchType(NameMatchType newPartitionMatchType)
Set the value for PartitionMatchType.void
setPartitionPattern(String newPartitionPattern)
Set the value for PartitionPattern.-
Methods inherited from interface com.redwood.scheduler.api.model.AlertSource
createAlertSourceAction, createAlertSourceEmail, getAddress, getAlertSourceActions, getAlertSourceEmail, getDefaultAlertEscalation, getEscalationExpression, getOperatorMessageExpression, getOperatorMessageReplyExpression, getTimeWindow, getTimeWindowStatus, getTimeZone, getValidity, isEnabled, setAddress, setDefaultAlertEscalation, setEnabled, setEscalationExpression, setOperatorMessageExpression, setOperatorMessageReplyExpression, setTimeWindow, setTimeWindowStatus, setTimeZone
-
Methods inherited from interface com.redwood.scheduler.api.model.ApplicationObject
getParentApplication, setParentApplication
-
Methods inherited from interface com.redwood.scheduler.api.model.BusinessKeyObject
getBusinessKey
-
Methods inherited from interface com.redwood.scheduler.api.model.NamedRootObject
createObjectReference, getComment, getDescription, getLinkedObjectReferenceByLinkedObject, getLinkedObjectReferenceByName, getLinkedObjectReferences, getName, getSearchName, getSourceObjectReferences, isHidden, setComment, setDescription, setName
-
Methods inherited from interface com.redwood.scheduler.api.model.PartitionableObject
createObjectTag, getEditablePartitions, getObjectTagByObjectTagDefinition, getObjectTags, getPartition, setPartition
-
Methods inherited from interface com.redwood.scheduler.api.model.Root
getCreationTime, getLastModificationTime, getLastModifierSubject
-
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
canPerform, 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_TYPE
static final String OBJECT_TYPE
String that will be returned fromSchedulerEntity.getObjectType()
for "JobDefinitionAlertSource" objects.- See Also:
- Constant Field Values
-
TYPE
static final QueryObjectType<JobDefinitionAlertSource> TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.
-
SEC_PRIV_CREATE
static final String SEC_PRIV_CREATE
This privilege can be granted at a group level.- See Also:
- Constant Field Values
-
SEC_PRIV_VIEW
static 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_EDIT
static 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_DELETE
static 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_NONE
static final String SEC_RANK_NONE
This rank has no privileges assigned to it.- See Also:
- Constant Field Values
-
SEC_RANK_CREATE
static final String SEC_RANK_CREATE
This rank is made of the following privileges: create- See Also:
- Constant Field Values
-
SEC_RANK_VIEW
static final String SEC_RANK_VIEW
This rank is made of the following privileges: view- See Also:
- Constant Field Values
-
SEC_RANK_EDIT
static final String SEC_RANK_EDIT
This rank is made of the following privileges: create , view , edit- See Also:
- Constant Field Values
-
SEC_RANK_DELETE
static final String SEC_RANK_DELETE
This rank is made of the following privileges: create , view , delete- See Also:
- Constant Field Values
-
SEC_RANK_ALL
static final String SEC_RANK_ALL
This rank is made of the following privileges: create , view , edit , delete- See Also:
- Constant Field Values
-
-
Method Detail
-
getNamePattern
String getNamePattern()
Get the value for NamePattern. (The Pattern of job definition names to match ) This value is mandatory, and therefore will not benull
if this object has been retrieved from the database.- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getNameMatchType
NameMatchType getNameMatchType()
Get the value for NameMatchType. (The type of pattern match for the Name of the Alert source.) This value is mandatory, and therefore will not benull
if this object has been retrieved from the database.- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getPartitionPattern
String getPartitionPattern()
Get the value for PartitionPattern. (The Pattern of partition name to match)- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getPartitionMatchType
NameMatchType getPartitionMatchType()
Get the value for PartitionMatchType. (The type of pattern match for the partition name) This value is mandatory, and therefore will not benull
if this object has been retrieved from the database.- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getAlertAtRestart
Long getAlertAtRestart()
Get the value for AlertAtRestart. ( This field allows to change the behavior of alerts raised for restarted jobs. This field can be specified such that 0 or null means to alert on all runs (default), and 1...n is for start 1 through to n, and -1...-n means to alert on the last, second last back to nth last. An example: JobDefinition with restart count of 4. This field is set to -1, then only on the last restart the alert is raised. If this field was 2, it would raise an alert on the first and second restart but not the last 2. )- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getAlertBehavior
AlertingBehavior getAlertBehavior()
Get the value for AlertBehavior. (Alerting behavior for Job Definition Alert Source.) This value is mandatory, and therefore will not benull
if this object has been retrieved from the database.- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setNamePattern
void setNamePattern(String newNamePattern)
Set the value for NamePattern. (The Pattern of job definition names to match ) This value is mandatory.- Parameters:
newNamePattern
- the new value for NamePattern. If this isnull
, then the object cannot be persisted.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setNameMatchType
void setNameMatchType(NameMatchType newNameMatchType)
Set the value for NameMatchType. (The type of pattern match for the Name of the Alert source.) This value is mandatory.- Parameters:
newNameMatchType
- the new value for NameMatchType. If this isnull
, then the object cannot be persisted.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setPartitionPattern
void setPartitionPattern(String newPartitionPattern)
Set the value for PartitionPattern. (The Pattern of partition name to match) This value is optional.- Parameters:
newPartitionPattern
- the new value for PartitionPattern.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setPartitionMatchType
void setPartitionMatchType(NameMatchType newPartitionMatchType)
Set the value for PartitionMatchType. (The type of pattern match for the partition name) This value is mandatory.- Parameters:
newPartitionMatchType
- the new value for PartitionMatchType. If this isnull
, then the object cannot be persisted.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setAlertAtRestart
void setAlertAtRestart(Long newAlertAtRestart)
Set the value for AlertAtRestart. ( This field allows to change the behavior of alerts raised for restarted jobs. This field can be specified such that 0 or null means to alert on all runs (default), and 1...n is for start 1 through to n, and -1...-n means to alert on the last, second last back to nth last. An example: JobDefinition with restart count of 4. This field is set to -1, then only on the last restart the alert is raised. If this field was 2, it would raise an alert on the first and second restart but not the last 2. ) This value is optional.- Parameters:
newAlertAtRestart
- the new value for AlertAtRestart.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setAlertBehavior
void setAlertBehavior(AlertingBehavior newAlertBehavior)
Set the value for AlertBehavior. (Alerting behavior for Job Definition Alert Source.) This value is mandatory.- Parameters:
newAlertBehavior
- the new value for AlertBehavior. If this isnull
, then the object cannot be persisted.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getJobDefinitionAlertSourceParameterMatches
RWIterable<JobDefinitionAlertSourceParameterMatch> getJobDefinitionAlertSourceParameterMatches()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceParameterMatches
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Job definition alert source parameter matches.- Specified by:
getJobDefinitionAlertSourceParameterMatches
in interfaceJobDefinitionAlertSourceComp
- Returns:
- An
RWIterable
over an ordered collection ofJobDefinitionAlertSourceParameterMatch
objects .
-
createJobDefinitionAlertSourceParameterMatch
JobDefinitionAlertSourceParameterMatch createJobDefinitionAlertSourceParameterMatch()
Create a newJobDefinitionAlertSourceParameterMatch
linked to this object.- Returns:
- a new
JobDefinitionAlertSourceParameterMatch
.
-
getJobDefinitionAlertSourceParameterMatchBySearchName
JobDefinitionAlertSourceParameterMatch getJobDefinitionAlertSourceParameterMatchBySearchName(String searchName)
Get the JobDefinitionAlertSourceParameterMatch by SearchName.- Parameters:
searchName
-- Returns:
- the JobDefinitionAlertSourceParameterMatch, or
null
if it could not be found
-
getJobDefinitionAlertSourceRules
RWIterable<JobDefinitionAlertSourceRule> getJobDefinitionAlertSourceRules()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceRules
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Job definition alert source rules.- Specified by:
getJobDefinitionAlertSourceRules
in interfaceJobDefinitionAlertSourceComp
- Returns:
- An
RWIterable
over an ordered collection ofJobDefinitionAlertSourceRule
objects .
-
createJobDefinitionAlertSourceRule
JobDefinitionAlertSourceRule createJobDefinitionAlertSourceRule()
Create a newJobDefinitionAlertSourceRule
linked to this object.- Returns:
- a new
JobDefinitionAlertSourceRule
.
-
getJobDefinitionAlertSourceRuleByProcessingOrder
JobDefinitionAlertSourceRule getJobDefinitionAlertSourceRuleByProcessingOrder(Long processingOrder)
Get the JobDefinitionAlertSourceRule by ProcessingOrder.- Parameters:
processingOrder
-- Returns:
- the JobDefinitionAlertSourceRule, or
null
if it could not be found
-
getJobDefinitionAlertSourceStatuses
RWIterable<JobDefinitionAlertSourceStatus> getJobDefinitionAlertSourceStatuses()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceStatuses
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Job definition alert source statuses.- Specified by:
getJobDefinitionAlertSourceStatuses
in interfaceJobDefinitionAlertSourceComp
- Returns:
- An
RWIterable
over an ordered collection ofJobDefinitionAlertSourceStatus
objects .
-
createJobDefinitionAlertSourceStatus
JobDefinitionAlertSourceStatus createJobDefinitionAlertSourceStatus()
Create a newJobDefinitionAlertSourceStatus
linked to this object.- Returns:
- a new
JobDefinitionAlertSourceStatus
.
-
getJobDefinitionAlertSourceStatusByStatus
JobDefinitionAlertSourceStatus getJobDefinitionAlertSourceStatusByStatus(JobStatus status)
Get the JobDefinitionAlertSourceStatus by JobDefinitionAlertSourceStatus.- Parameters:
status
-- Returns:
- the JobDefinitionAlertSourceStatus, or
null
if it could not be found
-
checkCreatePrivilege
RequiredPermission checkCreatePrivilege()
Check whether or not the create action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkViewPrivilege
RequiredPermission checkViewPrivilege()
Check whether or not the view action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkEditPrivilege
RequiredPermission checkEditPrivilege()
Check whether or not the edit action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkDeletePrivilege
RequiredPermission checkDeletePrivilege()
Check whether or not the delete action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
-