Uses of Interface
com.orchestranetworks.userservice.declaration.WebComponentDeclarationContext
-
Packages that use WebComponentDeclarationContext Package Description com.orchestranetworks.userservice.declaration A public API for declaring user services. -
-
Uses of WebComponentDeclarationContext in com.orchestranetworks.userservice.declaration
Methods in com.orchestranetworks.userservice.declaration with parameters of type WebComponentDeclarationContext Modifier and Type Method Description voidUserServiceDeclaration. declareWebComponent(WebComponentDeclarationContext aContext)Defines the web component properties of the user service, in particular its input and output parameters, and whether it can be available as a perspective action and/or workflow user task.voidUserServiceExtensionDeclaration. extendWebComponent(WebComponentDeclarationContext aContext)Defines the additional web component properties of the user service extension, and whether it can be available as a perspective action and/or a workflow user task.
-