Package | Description |
---|---|
org.overlord.rtgov.activity.processor | |
org.overlord.rtgov.activity.processor.validation | |
org.overlord.rtgov.activity.util |
Modifier and Type | Method and Description |
---|---|
InformationProcessor |
AbstractInformationProcessorManager.getInformationProcessor(String name)
This method returns the information processor associated
with the supplied name.
|
InformationProcessor |
InformationProcessorManager.getInformationProcessor(String name)
This method returns the information processor associated
with the supplied name.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInformationProcessorManager.register(InformationProcessor ip)
This method registers the information processor.
|
void |
InformationProcessorManager.register(InformationProcessor ip)
This method registers the information processor.
|
void |
AbstractInformationProcessorManager.unregister(InformationProcessor ip)
This method registers the information processor.
|
void |
InformationProcessorManager.unregister(InformationProcessor ip)
This method registers the information processor.
|
Modifier and Type | Method and Description |
---|---|
void |
IPValidationListener.error(InformationProcessor ip,
Object target,
String issue)
This method identifies an issue with a part of
an Information Processor.
|
static boolean |
IPValidator.validate(InformationProcessor ip,
IPValidationListener l)
This method validates the supplied information processor and
returns results via a supplied listener.
|
protected static boolean |
IPValidator.validateContextEvaluators(InformationProcessor ip,
TypeProcessor tp,
IPValidationListener l)
This method validates the context evaluators.
|
protected static boolean |
IPValidator.validateInformationProcessor(InformationProcessor ip,
IPValidationListener l)
This method validates the information processor.
|
protected static boolean |
IPValidator.validatePropertyEvaluators(InformationProcessor ip,
TypeProcessor tp,
IPValidationListener l)
This method validates the property evaluators.
|
protected static boolean |
IPValidator.validateTypeProcessors(InformationProcessor ip,
IPValidationListener l)
This method validates the type processors.
|
Modifier and Type | Method and Description |
---|---|
static List<InformationProcessor> |
InformationProcessorUtil.deserializeInformationProcessorList(byte[] ips)
This method deserializes an InformationProcessor list from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
InformationProcessorUtil.serializeInformationProcessorList(List<InformationProcessor> ips)
This method serializes an InformationProcessor list into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.