# class BaseCreateJobAction


Base class for create job actions in various apps

Note: concrete sub-classes must define XmlRootElement, e.g. @XmlRootElement(name = BaseCreateJobAction.ActionName)


BaseCreateJobAction inherits from Action


# STATIC MEMBERS

# static member read-only ActionName

Type: String

Description:

# CONSTRUCTORS

# constructor BaseCreateJobAction()

Description:

# FUNCTIONS

# function nameKey()

Description:

Return:

(String) -

Last Updated: 12/20/2022, 8:12:45 AM