Package com.redwood.scheduler.api.model
Interface SAPLogError
- 
- All Superinterfaces:
- Detail,- Readable,- SchedulerEntity,- SchedulerEntityComp
 
 public interface SAPLogError extends Detail, Readable Log errors.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "SAPLogError" 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<SAPLogError>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 StringgetClientNumberMask()Get the value for ClientNumberMask.StringgetDescription()Get the value for Description.StringgetJobnameMask()Get the value for JobnameMask.StringgetMessageID()Get the value for MessageID.StringgetMessageNumber()Get the value for MessageNumber.StringgetMessageText()Get the value for MessageText.StringgetMessageType()Get the value for MessageType.LonggetProcessingOrder()Get the value for ProcessingOrder.LonggetReturnCode()Get the value for ReturnCode.SAPSystemgetSAPSystem()Get the SAPSystem.StringgetUsernameMask()Get the value for UsernameMask.booleanisCreateJobNote()Get the value for CreateJobNote.voidsetClientNumberMask(String newClientNumberMask)Set the value for ClientNumberMask.voidsetCreateJobNote(boolean newCreateJobNote)Set the value for CreateJobNote.voidsetDescription(String newDescription)Set the value for Description.voidsetJobnameMask(String newJobnameMask)Set the value for JobnameMask.voidsetMessageID(String newMessageID)Set the value for MessageID.voidsetMessageNumber(String newMessageNumber)Set the value for MessageNumber.voidsetMessageText(String newMessageText)Set the value for MessageText.voidsetMessageType(String newMessageType)Set the value for MessageType.voidsetProcessingOrder(Long newProcessingOrder)Set the value for ProcessingOrder.voidsetReturnCode(Long newReturnCode)Set the value for ReturnCode.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 "SAPLogError" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<SAPLogError> 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- 
getProcessingOrderLong getProcessingOrder() Get the value for ProcessingOrder. (Processing order) 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 mapping)- 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.
 
 - 
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.
 
 - 
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.
 
 - 
getMessageIDString getMessageID() Get the value for MessageID. (T100 Message 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.
 
 - 
getMessageNumberString getMessageNumber() Get the value for MessageNumber. (T100 Message Number.) 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.
 
 - 
getMessageTypeString getMessageType() Get the value for MessageType. (T100 Message Type.) 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.
 
 - 
getReturnCodeLong getReturnCode() Get the value for ReturnCode. (Job return code) 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.
 
 - 
getMessageTextString getMessageText() Get the value for MessageText. (Message text.)- 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.
 
 - 
isCreateJobNoteboolean isCreateJobNote() Get the value for CreateJobNote. (If a job note should be created)- 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.
 
 - 
setProcessingOrdervoid setProcessingOrder(Long newProcessingOrder) Set the value for ProcessingOrder. (Processing order) 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.
 
 - 
setDescriptionvoid setDescription(String newDescription) Set the value for Description. (The description of this mapping) 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.
 
 - 
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.
 
 - 
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.
 
 - 
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.
 
 - 
setMessageIDvoid setMessageID(String newMessageID) Set the value for MessageID. (T100 Message Class.) This value is mandatory.- Parameters:
- newMessageID- the new value for MessageID. 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.
 
 - 
setMessageNumbervoid setMessageNumber(String newMessageNumber) Set the value for MessageNumber. (T100 Message Number.) This value is mandatory.- Parameters:
- newMessageNumber- the new value for MessageNumber. 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.
 
 - 
setMessageTypevoid setMessageType(String newMessageType) Set the value for MessageType. (T100 Message Type.) This value is mandatory.- Parameters:
- newMessageType- the new value for MessageType. 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.
 
 - 
setReturnCodevoid setReturnCode(Long newReturnCode) Set the value for ReturnCode. (Job return code) This value is mandatory.- Parameters:
- newReturnCode- the new value for ReturnCode. 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.
 
 - 
setMessageTextvoid setMessageText(String newMessageText) Set the value for MessageText. (Message text.) This value is optional.- Parameters:
- newMessageText- the new value for MessageText.
- 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.
 
 - 
setCreateJobNotevoid setCreateJobNote(boolean newCreateJobNote) Set the value for CreateJobNote. (If a job note should be created)- Parameters:
- newCreateJobNote- the new value for CreateJobNote.
- 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.
 
 - 
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.
 
 
- 
 
-