Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.bpel.services.workflow.task.model
Interface AnyType


public interface AnyType

The AnyType object contains a list that represents each message attribute as an XML element This list in the AnyType object is unmodifiable. Please use the setPayloadAsElement method to set the payload.

See Also:
TaskType.setPayloadAsElement(org.w3c.dom.Element payload), TaskType.getPayloadAsElement()

Method Summary
 java.util.List getContent()
          The AnyType object contains a list that represents each message attribute as an XML element This list in the AnyType object is unmodifiable.

 

Method Detail

getContent

public java.util.List getContent()
The AnyType object contains a list that represents each message attribute as an XML element This list in the AnyType object is unmodifiable. Please use the setPayloadAsElement method to set the payload.
Returns:
an java.util.List that is unmodifiable
See Also:
TaskType.setPayloadAsElement(org.w3c.dom.Element payload), TaskType.getPayloadAsElement()

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.