| Previous | Next | Contents | Index | Glossary |
WF_AGENT_T
| Attribute Name | Datatype | Description |
|---|---|---|
| NAME | VARCHAR2(30) | The name of the agent. |
| SYSTEM | VARCHAR2(30) | The system where the agent is located. |
MEMBER FUNCTION getName
return varchar2
Description
Returns the value of the NAME attribute in a WF_AGENT_T object.
MEMBER FUNCTION getSystem
return varchar2
Description
Returns the value of the SYSTEM attribute in a WF_AGENT_T object.
MEMBER PROCEDURE setName
(pName in varchar2)
Description
Sets the value of the NAME attribute in a WF_AGENT_T object.
| Arguments (input)
| pNameThe value for the NAME attribute. |
MEMBER PROCEDURE setSystem
(pSystem in varchar2)
Description
Sets the value of the SYSTEM attribute in a WF_AGENT_T object.
| Arguments (input)
| pSystemThe value for the SYSTEM attribute. |
| Previous | Next | Contents | Index | Glossary |