|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleSetArchive
Interface that defines a rule set packaged for deployment. Use the DeploymentFactory
to create instances that implement this interface.
DeploymentFactory
, RulesManager
Method Summary | |
---|---|
String |
getRuleSet() Returns the packaged rule set expressed as an XML string. |
String |
getUri() Returns the URI for the packaged rule set. |
void |
setRuleSet(String xml) Set the XML string for the packaged rule set. |
void |
setUri(String uri) Set the URI for the packaged rule set. |
Method Detail |
---|
String getUri()
void setUri(String uri)
uri
- the rule set URI.String getRuleSet()
void setRuleSet(String xml)
xml
- the rule set XML string.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.