Package org.apache.ofbiz.service.eca
Class ServiceEcaCondition
java.lang.Object
org.apache.ofbiz.service.eca.ServiceEcaCondition
- All Implemented Interfaces:
Serializable
ServiceEcaCondition
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ServiceEcaCondition
(Element condition, boolean isConstant, boolean isService) -
Method Summary
-
Constructor Details
-
ServiceEcaCondition
protected ServiceEcaCondition() -
ServiceEcaCondition
-
-
Method Details
-
getShortDisplayDescription
Gets short display description.- Parameters:
moreDetail
- the more detail- Returns:
- the short display description
-
eval
public boolean eval(String serviceName, DispatchContext dctx, Map<String, Object> context) throws GenericServiceExceptionEval boolean.- Parameters:
serviceName
- the service namedctx
- the dctxcontext
- the context- Returns:
- the boolean
- Throws:
GenericServiceException
- the generic service exception
-
toString
-
hashCode
public int hashCode() -
equals
-