Uses of Interface
com.orchestranetworks.userservice.declaration.WebComponentDeclarationContext
Packages that use WebComponentDeclarationContext
Package
Description
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 WebComponentDeclarationContextModifier and TypeMethodDescriptionvoidUserServiceDeclaration.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.