Package com.redwood.scheduler.api.model
Interface SAPXBPJobControlRule
- 
- All Superinterfaces:
- Detail,- Readable,- SchedulerEntity,- SchedulerEntityComp
 
 public interface SAPXBPJobControlRule extends Detail, Readable XBP job synchronization settings.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "SAPXBPJobControlRule" objects.static StringSEC_RANK_ALLThis rank is made of the following privileges:static StringSEC_RANK_NONEThis rank has no privileges assigned to it.static QueryObjectType<SAPXBPJobControlRule>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 InterceptActiongetAction()Get the value for Action.JobDefinitiongetCcmsJobDefinition()Get the CcmsJobDefinition.StringgetClientNumberMask()Get the value for ClientNumberMask.QueuegetDefaultQueue()Get the DefaultQueue.SAPApplicationServergetDefaultSAPApplicationServer()Get the DefaultSAPApplicationServer.SAPApplicationServerGroupgetDefaultSAPApplicationServerGroup()Get the DefaultSAPApplicationServerGroup.StringgetDescription()Get the value for Description.StringgetJobClass()Get the value for JobClass.StringgetJobnameMask()Get the value for JobnameMask.LonggetPriority()Get the value for Priority.LonggetProcessingOrder()Get the value for ProcessingOrder.SAPSystemgetSAPSystem()Get the SAPSystem.StringgetUsernameMask()Get the value for UsernameMask.booleanisEnabled()Get the value for Enabled.booleanisIgnoreApplReturnCode()Get the value for IgnoreApplReturnCode.booleanisJobnameMaskCaseSensitive()Get the value for JobnameMaskCaseSensitive.booleanisRetrieveApplLog()Get the value for RetrieveApplLog.booleanisRetrieveJoblog()Get the value for RetrieveJoblog.booleanisRetrieveSpool()Get the value for RetrieveSpool.booleanisSelectActive()Get the value for SelectActive.booleanisSelectCanceled()Get the value for SelectCanceled.booleanisSelectFinished()Get the value for SelectFinished.booleanisSelectReady()Get the value for SelectReady.booleanisSelectReleased()Get the value for SelectReleased.booleanisSelectScheduled()Get the value for SelectScheduled.voidsetAction(InterceptAction newAction)Set the value for Action.voidsetCcmsJobDefinition(JobDefinition newCcmsJobDefinition)Set the value for CcmsJobDefinition.voidsetClientNumberMask(String newClientNumberMask)Set the value for ClientNumberMask.voidsetDefaultQueue(Queue newDefaultQueue)Set the value for DefaultQueue.voidsetDefaultSAPApplicationServer(SAPApplicationServer newDefaultSAPApplicationServer)Set the value for DefaultSAPApplicationServer.voidsetDefaultSAPApplicationServerGroup(SAPApplicationServerGroup newDefaultSAPApplicationServerGroup)Set the value for DefaultSAPApplicationServerGroup.voidsetDescription(String newDescription)Set the value for Description.voidsetEnabled(boolean newEnabled)Set the value for Enabled.voidsetIgnoreApplReturnCode(boolean newIgnoreApplReturnCode)Set the value for IgnoreApplReturnCode.voidsetJobClass(String newJobClass)Set the value for JobClass.voidsetJobnameMask(String newJobnameMask)Set the value for JobnameMask.voidsetJobnameMaskCaseSensitive(boolean newJobnameMaskCaseSensitive)Set the value for JobnameMaskCaseSensitive.voidsetPriority(Long newPriority)Set the value for Priority.voidsetProcessingOrder(Long newProcessingOrder)Set the value for ProcessingOrder.voidsetRetrieveApplLog(boolean newRetrieveApplLog)Set the value for RetrieveApplLog.voidsetRetrieveJoblog(boolean newRetrieveJoblog)Set the value for RetrieveJoblog.voidsetRetrieveSpool(boolean newRetrieveSpool)Set the value for RetrieveSpool.voidsetSelectActive(boolean newSelectActive)Set the value for SelectActive.voidsetSelectCanceled(boolean newSelectCanceled)Set the value for SelectCanceled.voidsetSelectFinished(boolean newSelectFinished)Set the value for SelectFinished.voidsetSelectReady(boolean newSelectReady)Set the value for SelectReady.voidsetSelectReleased(boolean newSelectReleased)Set the value for SelectReleased.voidsetSelectScheduled(boolean newSelectScheduled)Set the value for SelectScheduled.voidsetUsernameMask(String newUsernameMask)Set the value for UsernameMask.- 
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 "SAPXBPJobControlRule" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<SAPXBPJobControlRule> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
SEC_RANK_NONEstatic final String SEC_RANK_NONE This rank has no privileges assigned to it.- See Also:
- Constant Field Values
 
 - 
SEC_RANK_ALLstatic final String SEC_RANK_ALL This rank is made of the following privileges:- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getActionInterceptAction getAction() Get the value for Action. (Action to take with SAP jobs that match this rule.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getClientNumberMaskString getClientNumberMask() Get the value for ClientNumberMask. (Client number mask.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getDescriptionString getDescription() Get the value for Description. (The description of this step)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getJobnameMaskString getJobnameMask() Get the value for JobnameMask. (SAP job name mask.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isJobnameMaskCaseSensitiveboolean isJobnameMaskCaseSensitive() Get the value for JobnameMaskCaseSensitive. (Is the JobnameMask case sensitive, or should it match regardless of the case?)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getProcessingOrderLong getProcessingOrder() Get the value for ProcessingOrder. (In which order are the SAPXBPJobControlRules applied?) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getUsernameMaskString getUsernameMask() Get the value for UsernameMask. (SAP username mask.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getPriorityLong getPriority() Get the value for Priority. (Priority to assign the job in Crimson.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isRetrieveJoblogboolean isRetrieveJoblog() Get the value for RetrieveJoblog. (Retrieve joblog of the SAP job.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isRetrieveSpoolboolean isRetrieveSpool() Get the value for RetrieveSpool. (Retrieve spool lists of the SAP job.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isRetrieveApplLogboolean isRetrieveApplLog() Get the value for RetrieveApplLog. (Retrieve application log of the SAP job.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isIgnoreApplReturnCodeboolean isIgnoreApplReturnCode() Get the value for IgnoreApplReturnCode. (Ignore application return code of the SAP job.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isEnabledboolean isEnabled() Get the value for Enabled. (Whether this rule is currently enabled or not.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getJobClassString getJobClass() Get the value for JobClass. (This rule applies to jobs of which class.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isSelectScheduledboolean isSelectScheduled() Get the value for SelectScheduled. (Whether this rule applies to jobs in SAP status Scheduled.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isSelectReleasedboolean isSelectReleased() Get the value for SelectReleased. (Whether this rule applies to jobs in SAP status Released.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isSelectReadyboolean isSelectReady() Get the value for SelectReady. (Whether this rule applies to jobs in SAP status Ready.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isSelectActiveboolean isSelectActive() Get the value for SelectActive. (Whether this rule applies to jobs in SAP status Active.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isSelectFinishedboolean isSelectFinished() Get the value for SelectFinished. (Whether this rule applies to jobs in SAP status Finished.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isSelectCanceledboolean isSelectCanceled() Get the value for SelectCanceled. (Whether this rule applies to jobs in SAP status Canceled.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setActionvoid setAction(InterceptAction newAction) Set the value for Action. (Action to take with SAP jobs that match this rule.) This value is mandatory.- Parameters:
- newAction- the new value for Action. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setClientNumberMaskvoid setClientNumberMask(String newClientNumberMask) Set the value for ClientNumberMask. (Client number mask.) This value is mandatory.- Parameters:
- newClientNumberMask- the new value for ClientNumberMask. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setDescriptionvoid setDescription(String newDescription) Set the value for Description. (The description of this step) This value is optional.- Parameters:
- newDescription- the new value for Description.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setJobnameMaskvoid setJobnameMask(String newJobnameMask) Set the value for JobnameMask. (SAP job name mask.) This value is mandatory.- Parameters:
- newJobnameMask- the new value for JobnameMask. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setJobnameMaskCaseSensitivevoid setJobnameMaskCaseSensitive(boolean newJobnameMaskCaseSensitive) Set the value for JobnameMaskCaseSensitive. (Is the JobnameMask case sensitive, or should it match regardless of the case?)- Parameters:
- newJobnameMaskCaseSensitive- the new value for JobnameMaskCaseSensitive.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setProcessingOrdervoid setProcessingOrder(Long newProcessingOrder) Set the value for ProcessingOrder. (In which order are the SAPXBPJobControlRules applied?) This value is mandatory.- Parameters:
- newProcessingOrder- the new value for ProcessingOrder. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setUsernameMaskvoid setUsernameMask(String newUsernameMask) Set the value for UsernameMask. (SAP username mask.) This value is mandatory.- Parameters:
- newUsernameMask- the new value for UsernameMask. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setPriorityvoid setPriority(Long newPriority) Set the value for Priority. (Priority to assign the job in Crimson.) This value is optional.- Parameters:
- newPriority- the new value for Priority.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setRetrieveJoblogvoid setRetrieveJoblog(boolean newRetrieveJoblog) Set the value for RetrieveJoblog. (Retrieve joblog of the SAP job.)- Parameters:
- newRetrieveJoblog- the new value for RetrieveJoblog.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setRetrieveSpoolvoid setRetrieveSpool(boolean newRetrieveSpool) Set the value for RetrieveSpool. (Retrieve spool lists of the SAP job.)- Parameters:
- newRetrieveSpool- the new value for RetrieveSpool.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setRetrieveApplLogvoid setRetrieveApplLog(boolean newRetrieveApplLog) Set the value for RetrieveApplLog. (Retrieve application log of the SAP job.)- Parameters:
- newRetrieveApplLog- the new value for RetrieveApplLog.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setIgnoreApplReturnCodevoid setIgnoreApplReturnCode(boolean newIgnoreApplReturnCode) Set the value for IgnoreApplReturnCode. (Ignore application return code of the SAP job.)- Parameters:
- newIgnoreApplReturnCode- the new value for IgnoreApplReturnCode.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setEnabledvoid setEnabled(boolean newEnabled) Set the value for Enabled. (Whether this rule is currently enabled or not.)- Parameters:
- newEnabled- the new value for Enabled.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setJobClassvoid setJobClass(String newJobClass) Set the value for JobClass. (This rule applies to jobs of which class.) This value is mandatory.- Parameters:
- newJobClass- the new value for JobClass. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSelectScheduledvoid setSelectScheduled(boolean newSelectScheduled) Set the value for SelectScheduled. (Whether this rule applies to jobs in SAP status Scheduled.)- Parameters:
- newSelectScheduled- the new value for SelectScheduled.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSelectReleasedvoid setSelectReleased(boolean newSelectReleased) Set the value for SelectReleased. (Whether this rule applies to jobs in SAP status Released.)- Parameters:
- newSelectReleased- the new value for SelectReleased.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSelectReadyvoid setSelectReady(boolean newSelectReady) Set the value for SelectReady. (Whether this rule applies to jobs in SAP status Ready.)- Parameters:
- newSelectReady- the new value for SelectReady.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSelectActivevoid setSelectActive(boolean newSelectActive) Set the value for SelectActive. (Whether this rule applies to jobs in SAP status Active.)- Parameters:
- newSelectActive- the new value for SelectActive.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSelectFinishedvoid setSelectFinished(boolean newSelectFinished) Set the value for SelectFinished. (Whether this rule applies to jobs in SAP status Finished.)- Parameters:
- newSelectFinished- the new value for SelectFinished.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSelectCanceledvoid setSelectCanceled(boolean newSelectCanceled) Set the value for SelectCanceled. (Whether this rule applies to jobs in SAP status Canceled.)- Parameters:
- newSelectCanceled- the new value for SelectCanceled.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getDefaultSAPApplicationServerSAPApplicationServer getDefaultSAPApplicationServer() Get the DefaultSAPApplicationServer.- Returns:
- DefaultSAPApplicationServer
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
getDefaultSAPApplicationServerGroupSAPApplicationServerGroup getDefaultSAPApplicationServerGroup() Get the DefaultSAPApplicationServerGroup.- Returns:
- DefaultSAPApplicationServerGroup
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
getDefaultQueueQueue getDefaultQueue() Get the DefaultQueue.- Returns:
- DefaultQueue
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
getSAPSystemSAPSystem getSAPSystem() Get the SAPSystem.- Returns:
- SAPSystem
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
getCcmsJobDefinitionJobDefinition getCcmsJobDefinition() Get the CcmsJobDefinition.- Returns:
- CcmsJobDefinition
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
setDefaultSAPApplicationServervoid setDefaultSAPApplicationServer(SAPApplicationServer newDefaultSAPApplicationServer) Set the value for DefaultSAPApplicationServer. This value is optional.- Parameters:
- newDefaultSAPApplicationServer- is the object to set DefaultSAPApplicationServer to. Which target server that jobs should be placed on.
 
 - 
setDefaultSAPApplicationServerGroupvoid setDefaultSAPApplicationServerGroup(SAPApplicationServerGroup newDefaultSAPApplicationServerGroup) Set the value for DefaultSAPApplicationServerGroup. This value is optional.- Parameters:
- newDefaultSAPApplicationServerGroup- is the object to set DefaultSAPApplicationServerGroup to. Which target server group that jobs should be placed on.
 
 - 
setDefaultQueuevoid setDefaultQueue(Queue newDefaultQueue) Set the value for DefaultQueue. This value is optional.- Parameters:
- newDefaultQueue- is the object to set DefaultQueue to. Which queue that jobs should be placed on.
 
 - 
setCcmsJobDefinitionvoid setCcmsJobDefinition(JobDefinition newCcmsJobDefinition) Set the value for CcmsJobDefinition. This value is optional.- Parameters:
- newCcmsJobDefinition- is the object to set CcmsJobDefinition to. Assign a different Ccms Job definition to process control rule
 
 
- 
 
-