java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.actions.Actions |
This class defines well-known actions.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | COMMENT | Create a comment. | |||||||||
int | CONVERT | Perform a conversion. | |||||||||
int | CREATE_PACKAGE | Code specific: Create a package. | |||||||||
int | DELETE | Delete action. | |||||||||
int | MOVE_TO_PACKAGE | Code specific: Move code items to a package. | |||||||||
int | NOOP | No operation. | |||||||||
int | QUERY_OVERRIDES | Code specific: Query code overrides. | |||||||||
int | QUERY_TYPE_HIER | Code specific: Query types hierarchies. | |||||||||
int | QUERY_XREFS | Query cross-references. | |||||||||
int | RENAME | Rename an item. | |||||||||
int | REPLACE | Perform a replacement. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Actions() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
idToName(int id)
Convert an action to a human-readable, camel-case name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a comment.
Perform a conversion.
Code specific: Create a package.
Delete action.
Code specific: Move code items to a package.
No operation.
Code specific: Query code overrides.
Code specific: Query types hierarchies.
Query cross-references.
Rename an item.
Perform a replacement.
Convert an action to a human-readable, camel-case name.
id | the action id |
---|
UnknownAction{id}
on error