Interface DomainHandler
-
- All Known Implementing Classes:
AdvancedDomainHandler,DroolsDomainHandler,JPADomainHandler,MainDomainHandler
public interface DomainHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()intgetPriority()ResourceOptionsgetResourceOptions(boolean newInstance)voidpostCommandProcessing(DataModelCommand command)
-
-
-
Method Detail
-
getName
String getName()
-
getPriority
int getPriority()
-
getResourceOptions
ResourceOptions getResourceOptions(boolean newInstance)
-
postCommandProcessing
void postCommandProcessing(DataModelCommand command)
-
-