Enum PeopleSoftBatchJobStatus
- java.lang.Object
- 
- java.lang.Enum<PeopleSoftBatchJobStatus>
- 
- com.redwood.scheduler.api.model.enumeration.PeopleSoftBatchJobStatus
 
 
- 
- All Implemented Interfaces:
- BaseSchedulerEnumeration<PeopleSoftBatchJobStatus,Character>,- SchedulerEnumeration<PeopleSoftBatchJobStatus>,- Serializable,- Comparable<PeopleSoftBatchJobStatus>
 
 public enum PeopleSoftBatchJobStatus extends Enum<PeopleSoftBatchJobStatus> implements SchedulerEnumeration<PeopleSoftBatchJobStatus> What status a PeopleSoft batch job can have (Character Enumeration)
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description BlockedProcess is blocked.CancelThe batch process is in status cancel.CancelledRequest is killed.DeleteThe process is deleted.Errorprocess is in Error.GeneratedProcess is generated.Holdprocess is put on hold.InitiatedProcess is started.NoSuccessProcess is not successfully ended.NotSuccessfulProcess is not successfully ended.PendingProcess is pending.PostedProcess is posted.PostingProcess is being post.ProcessingProcess is being processed.QueuedProcess is queued.ResendProcess is resend.RestartProcess should be restarted.SuccessProcess has successfully run.UnableToPostProcess can't be posted.WarningProcess has status warning.
 - 
Field SummaryFields Modifier and Type Field Description static charBlockedCodeThe char returned from Blocked.getCodeEx().static charCancelCodeThe char returned from Cancel.getCodeEx().static charCancelledCodeThe char returned from Cancelled.getCodeEx().static charDeleteCodeThe char returned from Delete.getCodeEx().static charErrorCodeThe char returned from Error.getCodeEx().static charGeneratedCodeThe char returned from Generated.getCodeEx().static charHoldCodeThe char returned from Hold.getCodeEx().static charInitiatedCodeThe char returned from Initiated.getCodeEx().static charNoSuccessCodeThe char returned from NoSuccess.getCodeEx().static charNotSuccessfulCodeThe char returned from NotSuccessful.getCodeEx().static charPendingCodeThe char returned from Pending.getCodeEx().static charPostedCodeThe char returned from Posted.getCodeEx().static charPostingCodeThe char returned from Posting.getCodeEx().static charProcessingCodeThe char returned from Processing.getCodeEx().static charQueuedCodeThe char returned from Queued.getCodeEx().static charResendCodeThe char returned from Resend.getCodeEx().static charRestartCodeThe char returned from Restart.getCodeEx().static charSuccessCodeThe char returned from Success.getCodeEx().static charUnableToPostCodeThe char returned from UnableToPost.getCodeEx().static charWarningCodeThe char returned from Warning.getCodeEx().
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetCodeEx()Get the code that is used to represent this enumeration in the database.CharactergetCodeExCharacter()Get the code that is used to represent this enumeration in the database.StringgetCodeExString()Get the code that is used to represent this enumeration in the database.CharactergetCodeExValue()Return the code for the enumeration item as the database type of this enumeration.StringgetDescriptionKey()Get the translation-key for the description that must be used to retrieve the locale-specific description of this enumeration.JobStatusgetMappedJobStatus()StringgetTranslationEN()Get the English name of this enumeration.StringgetTranslationKey()Get the translation-key that must be used to retrieve the locale-specific name of this enumeration.static PeopleSoftBatchJobStatussafeValueOf(String value)Helper function to return the PeopleSoftBatchJobStatus represented byvalue.static PeopleSoftBatchJobStatusvalueOf(char code)Helper function to return the PeopleSoftBatchJobStatus represented by code.static PeopleSoftBatchJobStatusvalueOf(Character code)Helper function to return the PeopleSoftBatchJobStatus represented by code.static PeopleSoftBatchJobStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static PeopleSoftBatchJobStatusvalueOfCode(String code)Helper function to return the PeopleSoftBatchJobStatus represented by code.static PeopleSoftBatchJobStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.- 
Methods inherited from class java.lang.Enumclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 - 
Methods inherited from interface com.redwood.scheduler.api.model.enumeration.BaseSchedulerEnumerationname, ordinal
 - 
Methods inherited from interface java.lang.ComparablecompareTo
 
- 
 
- 
- 
- 
Enum Constant Detail- 
Cancelpublic static final PeopleSoftBatchJobStatus Cancel The batch process is in status cancel.
 - 
Deletepublic static final PeopleSoftBatchJobStatus Delete The process is deleted.
 - 
Errorpublic static final PeopleSoftBatchJobStatus Error process is in Error.
 - 
Holdpublic static final PeopleSoftBatchJobStatus Hold process is put on hold.
 - 
Queuedpublic static final PeopleSoftBatchJobStatus Queued Process is queued.
 - 
Initiatedpublic static final PeopleSoftBatchJobStatus Initiated Process is started.
 - 
Processingpublic static final PeopleSoftBatchJobStatus Processing Process is being processed.
 - 
Cancelledpublic static final PeopleSoftBatchJobStatus Cancelled Request is killed.
 - 
Successpublic static final PeopleSoftBatchJobStatus Success Process has successfully run.
 - 
NotSuccessfulpublic static final PeopleSoftBatchJobStatus NotSuccessful Process is not successfully ended.
 - 
Postedpublic static final PeopleSoftBatchJobStatus Posted Process is posted.
 - 
UnableToPostpublic static final PeopleSoftBatchJobStatus UnableToPost Process can't be posted.
 - 
Resendpublic static final PeopleSoftBatchJobStatus Resend Process is resend.
 - 
Postingpublic static final PeopleSoftBatchJobStatus Posting Process is being post.
 - 
Generatedpublic static final PeopleSoftBatchJobStatus Generated Process is generated.
 - 
Pendingpublic static final PeopleSoftBatchJobStatus Pending Process is pending.
 - 
Warningpublic static final PeopleSoftBatchJobStatus Warning Process has status warning.
 - 
Blockedpublic static final PeopleSoftBatchJobStatus Blocked Process is blocked.
 - 
Restartpublic static final PeopleSoftBatchJobStatus Restart Process should be restarted.
 - 
NoSuccesspublic static final PeopleSoftBatchJobStatus NoSuccess Process is not successfully ended.
 
- 
 - 
Field Detail- 
CancelCodepublic static final char CancelCode The char returned from Cancel.getCodeEx().- See Also:
- Cancel, Constant Field Values
 
 - 
DeleteCodepublic static final char DeleteCode The char returned from Delete.getCodeEx().- See Also:
- Delete, Constant Field Values
 
 - 
ErrorCodepublic static final char ErrorCode The char returned from Error.getCodeEx().- See Also:
- Error, Constant Field Values
 
 - 
HoldCodepublic static final char HoldCode The char returned from Hold.getCodeEx().- See Also:
- Hold, Constant Field Values
 
 - 
QueuedCodepublic static final char QueuedCode The char returned from Queued.getCodeEx().- See Also:
- Queued, Constant Field Values
 
 - 
InitiatedCodepublic static final char InitiatedCode The char returned from Initiated.getCodeEx().- See Also:
- Initiated, Constant Field Values
 
 - 
ProcessingCodepublic static final char ProcessingCode The char returned from Processing.getCodeEx().- See Also:
- Processing, Constant Field Values
 
 - 
CancelledCodepublic static final char CancelledCode The char returned from Cancelled.getCodeEx().- See Also:
- Cancelled, Constant Field Values
 
 - 
SuccessCodepublic static final char SuccessCode The char returned from Success.getCodeEx().- See Also:
- Success, Constant Field Values
 
 - 
NotSuccessfulCodepublic static final char NotSuccessfulCode The char returned from NotSuccessful.getCodeEx().- See Also:
- NotSuccessful, Constant Field Values
 
 - 
PostedCodepublic static final char PostedCode The char returned from Posted.getCodeEx().- See Also:
- Posted, Constant Field Values
 
 - 
UnableToPostCodepublic static final char UnableToPostCode The char returned from UnableToPost.getCodeEx().- See Also:
- UnableToPost, Constant Field Values
 
 - 
ResendCodepublic static final char ResendCode The char returned from Resend.getCodeEx().- See Also:
- Resend, Constant Field Values
 
 - 
PostingCodepublic static final char PostingCode The char returned from Posting.getCodeEx().- See Also:
- Posting, Constant Field Values
 
 - 
GeneratedCodepublic static final char GeneratedCode The char returned from Generated.getCodeEx().- See Also:
- Generated, Constant Field Values
 
 - 
PendingCodepublic static final char PendingCode The char returned from Pending.getCodeEx().- See Also:
- Pending, Constant Field Values
 
 - 
WarningCodepublic static final char WarningCode The char returned from Warning.getCodeEx().- See Also:
- Warning, Constant Field Values
 
 - 
BlockedCodepublic static final char BlockedCode The char returned from Blocked.getCodeEx().- See Also:
- Blocked, Constant Field Values
 
 - 
RestartCodepublic static final char RestartCode The char returned from Restart.getCodeEx().- See Also:
- Restart, Constant Field Values
 
 - 
NoSuccessCodepublic static final char NoSuccessCode The char returned from NoSuccess.getCodeEx().- See Also:
- NoSuccess, Constant Field Values
 
 
- 
 - 
Method Detail- 
valuespublic static PeopleSoftBatchJobStatus[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PeopleSoftBatchJobStatus c : PeopleSoftBatchJobStatus.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static PeopleSoftBatchJobStatus valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
getMappedJobStatuspublic JobStatus getMappedJobStatus() 
 - 
valueOfCodepublic static PeopleSoftBatchJobStatus valueOfCode(String code) Helper function to return the PeopleSoftBatchJobStatus represented by code. code must be a single character. If code is null, longer than one character, empty, or not a valid code then this method will return null.- Parameters:
- code- A string with one character that is one of the codes for PeopleSoftBatchJobStatus
- Returns:
- The PeopleSoftBatchJobStatus corresponding to code, or null, if code is null, longer than one character, or not a valid code
 
 - 
safeValueOfpublic static PeopleSoftBatchJobStatus safeValueOf(String value) Helper function to return the PeopleSoftBatchJobStatus represented byvalue. Ifvalueis null, or not a valid PeopleSoftBatchJobStatus enumeration then this method will return null.The main difference between this method and valueOf(String), is that this method will return null when passed an invalidvalue,valueOf(String)will throw anIllegalArgumentException.- Parameters:
- value- The string value that corresponds to the requested enumeration value
- Returns:
- The PeopleSoftBatchJobStatus corresponding to value, or null, ifvalueis null, or not a valid enumeration
- See Also:
- valueOf(String)
 
 - 
valueOfpublic static PeopleSoftBatchJobStatus valueOf(Character code) Helper function to return the PeopleSoftBatchJobStatus represented by code. If code is null, or not a valid PeopleSoftBatchJobStatus code then this method will return null.- Parameters:
- code- Character that is one of the codes for HandlerAction
- Returns:
- The PeopleSoftBatchJobStatus corresponding to code, or null, if code is null, or not a valid code
 
 - 
valueOfpublic static PeopleSoftBatchJobStatus valueOf(char code) Helper function to return the PeopleSoftBatchJobStatus represented by code. If code is not a valid PeopleSoftBatchJobStatus code then this method will return null.- Parameters:
- code- char that is one of the codes for HandlerAction
- Returns:
- The PeopleSoftBatchJobStatus corresponding to code, or null, if code is not a valid code
 
 - 
getCodeExpublic char getCodeEx() Description copied from interface:SchedulerEnumerationGet the code that is used to represent this enumeration in the database.- Specified by:
- getCodeExin interface- SchedulerEnumeration<PeopleSoftBatchJobStatus>
- Returns:
- the database code for the enumeration
 
 - 
getCodeExValuepublic Character getCodeExValue() Description copied from interface:BaseSchedulerEnumerationReturn the code for the enumeration item as the database type of this enumeration.- Specified by:
- getCodeExValuein interface- BaseSchedulerEnumeration<PeopleSoftBatchJobStatus,Character>
- Returns:
- the enumeration code
 
 - 
getCodeExCharacterpublic Character getCodeExCharacter() Description copied from interface:SchedulerEnumerationGet the code that is used to represent this enumeration in the database.- Specified by:
- getCodeExCharacterin interface- SchedulerEnumeration<PeopleSoftBatchJobStatus>
- Returns:
- the database code for the enumeration
 
 - 
getTranslationKeypublic String getTranslationKey() Description copied from interface:BaseSchedulerEnumerationGet the translation-key that must be used to retrieve the locale-specific name of this enumeration.- Specified by:
- getTranslationKeyin interface- BaseSchedulerEnumeration<PeopleSoftBatchJobStatus,Character>
- Returns:
- the key.
 
 - 
getTranslationENpublic String getTranslationEN() Description copied from interface:BaseSchedulerEnumerationGet the English name of this enumeration.- Specified by:
- getTranslationENin interface- BaseSchedulerEnumeration<PeopleSoftBatchJobStatus,Character>
- Returns:
- the English name of this enumeration.
 
 - 
getDescriptionKeypublic String getDescriptionKey() Description copied from interface:BaseSchedulerEnumerationGet the translation-key for the description that must be used to retrieve the locale-specific description of this enumeration.- Specified by:
- getDescriptionKeyin interface- BaseSchedulerEnumeration<PeopleSoftBatchJobStatus,Character>
- Returns:
- the key that can be passed to
         SchedulerSession.translateField(String)to retrieve the translated description.
 
 - 
getCodeExStringpublic String getCodeExString() Description copied from interface:SchedulerEnumerationGet the code that is used to represent this enumeration in the database.- Specified by:
- getCodeExStringin interface- SchedulerEnumeration<PeopleSoftBatchJobStatus>
- Returns:
- the database code for the enumeration
 
 
- 
 
-