Uses of Class
com.jalios.jcms.fileprocessor.ui.FileProcessorAction
-
Packages that use FileProcessorAction Package Description com.jalios.jcms.fileprocessor com.jalios.jcms.fileprocessor.ui -
-
Uses of FileProcessorAction in com.jalios.jcms.fileprocessor
Methods in com.jalios.jcms.fileprocessor with parameters of type FileProcessorAction Modifier and Type Method Description static void
FileProcessorReplicaMessageManager. sendActionMsg(FileProcessorAction action, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)
-
Uses of FileProcessorAction in com.jalios.jcms.fileprocessor.ui
Methods in com.jalios.jcms.fileprocessor.ui that return FileProcessorAction Modifier and Type Method Description static FileProcessorAction
FileProcessorAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileProcessorAction[]
FileProcessorAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-