See: Description
Class | Description |
---|---|
GeometryFactory |
Exception | Description |
---|---|
RecoverableException |
A recoverable exception indicates that the cause of the exception can be
recovered from.
|
Annotation Type | Description |
---|---|
AllowedValues |
The
AllowedValues method annotation defines the list of valid values for a
JobParameter or RequestParameter . |
BusinessApplicationPlugin |
The
BusinessApplicationPlugin annotation marks a Java class as a CPF business
application plug-in. |
DefaultValue |
The
DefaultValue method annotation defines the default value to display on the form or use
if a value was not provided for a JobParameter or RequestParameter . |
GeometryConfiguration |
The
GeometryConfiguration annotation can be used on a BusinessApplicationPlugin class,
a RequestParameter setXXX method with a Geometry subclass parameter,
or a ResultAttribute getXXX method with a Geometry subclass parameter
to indicate the configuration of the required coordinate system,
precision model, number of coordinate axis and if the geometry should be
validated. |
JobParameter |
The
JobParameter method annotation indicates that a setXXX method is
a parameter that will be applied to all requests in a job on a BusinessApplicationPlugin
class. |
RequestParameter |
The
RequestParameter method annotation indicates that a setXXX method is
a structured input data parameter on a BusinessApplicationPlugin
class that has perRequestInputData=false. |
Required |
The Required method annotation defines a
JobParameter or RequestParameter as being required. |
ResultAttribute |
The
ResultAttribute method annotation indicates that a getXXX or isXXX method is a structured
result data attribute on a BusinessApplicationPlugin or ResultList
class that has perRequestResultData=false. |
ResultList |
The
ResultList annotation can be used in structured result data
plug-ins that return a list of structured results instead of a single result. |
The Concurrent Processing Framework Java Plug-in API.
Copyright © 2008–2017 Province of British Columbia. All rights reserved.