|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract String process
public abstract Process.Binding binding
public abstract String name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |