|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingData.Type | |
---|---|
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.processingmanagement |
Uses of ProcessingData.Type in com.jalios.jcms.fileprocessor |
---|
Methods in com.jalios.jcms.fileprocessor that return ProcessingData.Type | |
---|---|
ProcessingData.Type |
ProcessingEvent.getProcessingDataType()
|
Constructors in com.jalios.jcms.fileprocessor with parameters of type ProcessingData.Type | |
---|---|
ProcessingEvent(Repository repository,
FileActionComponent component,
File file,
ProcessingType type,
ProcessingData.Type processingDataType)
Create a new Action with information that never change |
Uses of ProcessingData.Type in com.jalios.jcms.fileprocessor.processingmanagement |
---|
Methods in com.jalios.jcms.fileprocessor.processingmanagement that return ProcessingData.Type | |
---|---|
ProcessingData.Type |
ProcessingData.getType()
Retrieve the type of processing concerned by this Processing |
static ProcessingData.Type |
ProcessingData.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProcessingData.Type[] |
ProcessingData.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |