com.bea.wli.jpd
Annotation Type Process


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Process

Contains the process logic settings for a business process.


Required Element Summary
 String process
          This property contains the actual business process
 
Optional Element Summary
 Process.Binding binding
          This property specifies whether the business process uses the Web service, ebXML, or RosettaNet protocol.
 String name
          This property contains the name of the business process
 

Element Detail

process

public abstract String process
This property contains the actual business process

binding

public abstract Process.Binding binding
This property specifies whether the business process uses the Web service, ebXML, or RosettaNet protocol. The default value is webservice. Note: ebMXL and RosettaNet based control and their respective annotations are not supported

Default:
WEBSERVICE

name

public abstract String name
This property contains the name of the business process

Default:
""