This type is a class for model objects.
Configuration for plug-in services.
Package: process| Attributes Summary | |
| externalConfigURL : EString | The URL of a custom service configuration file. |
| classname : EString | The classname of the service implementation. The class must implement the Services API of the product. |
| displayName : EString | The name of the service. |
| description : EString | An optional description for the custom service. |
| classpath : EString | Classpath which is used to locate the classes/jars for this service. |
| prerequisiteServices : CustomService * | A list of references to other custom services defined in this process that this custom service will wait for prior to being initialized. |
| Attribute Details |