Serializable
Interface that defines a rule set packaged for deployment.
Use the DeploymentFactory
to create instances
that implement this interface.
Related Topics
DeploymentFactory
RulesManager
Serializable
Method Summary |
public |
|
public |
|
public void |
|
public void |
Method Detail |
public String
getRuleSet()
Returns the packaged rule set expressed as an XML string.
The XML string must conform to one of the rule set XML
Schemas.
public String
getUri()
Returns the URI for the packaged rule set. The URI
uniquely identifies the rule set.
public void setRuleSet(String
xml)
Set the XML string for the packaged rule set.
The XML string must conform to one of the rule set XML
Schemas.
public void setUri(String
uri)
Set the URI for the packaged rule set. The URI
uniquely identifies the rule set.