Package ru.bgcrm.model.process.queue
Class Processor
java.lang.Object
org.bgerp.model.base.Id
ru.bgcrm.model.process.queue.Processor
- All Implemented Interfaces:
Serializable
,GetJsp
,Id<Integer>
- Direct Known Subclasses:
DefaultMarkedProcessor
Processor may be defined in two ways:
name of an extending class, used normally in page URL pointing to an action.
Interface.USER
interface;
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIface()
getJsp()
getTitle()
boolean
void
process
(ProcessMarkedActionEvent e, ConnectionSet conSet) Processing event for a class-based processor.
-
Constructor Details
-
Processor
-
-
Method Details
-
getConfigMap
-
getTitle
-
getIface
- Returns:
- interface name from
Interface
.
-
getClassName
- Returns:
- the class name for a class-based processor.
-
isHtmlReport
public boolean isHtmlReport()- Returns:
- is HTML report generated by a class-based processor.
-
getJsp
-
process
Processing event for a class-based processor.- Parameters:
e
- the event with selected processes.conSet
- DB connections.- Throws:
Exception
-
getPageUrl
- Returns:
- action URL to be included.
-