Package | Description |
---|---|
com.netscape.certsrv.publish | |
com.netscape.cms.servlet.admin |
Modifier and Type | Method and Description |
---|---|
ILdapRule |
IPublishRuleSet.getRule(IRequest req)
Get the publishing rule identified by a corresponding request.
|
ILdapRule |
IPublishRuleSet.getRule(java.lang.String ruleName)
Get the publishing rule identified by a given name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.String,ILdapRule> |
IPublisherProcessor.getRuleInsts()
Returns Hashtable of rule instances.
|
java.util.Enumeration<ILdapRule> |
IPublishRuleSet.getRules()
Get an enumeration of publishing rules.
|
java.util.Enumeration<ILdapRule> |
IPublisherProcessor.getRules(java.lang.String publishingType)
Returns list of rules based on publishing type.
|
java.util.Enumeration<ILdapRule> |
IPublisherProcessor.getRules(java.lang.String publishingType,
IRequest req)
Returns list of rules based on publishing type and publishing request.
|
Modifier and Type | Method and Description |
---|---|
void |
IPublishRuleSet.addRule(java.lang.String aliasName,
ILdapRule rule)
Add a publishing rule
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PublisherAdminServlet.getRulePluginName(ILdapRule rule) |