Groups
WF_OBJECT_DEF
Col # | Column Name | Data Type | Field Length | Not Null? | Data Def. | Comments |
---|---|---|---|---|---|---|
1 | ID | NUMBER | 22 | N | Primary key | |
2 | CLASS | VARCHAR2 | 4000 | Y | ||
3 | METHOD | VARCHAR2 | 4000 | Y | ||
4 | FORMAT | VARCHAR2 | 200 | Y | ||
5 | DOCUMENTATION | CLOB | 4000 | Y |
Definition of an object to be used in a context. Wf_Object_Def represents a type definition of a Java class. Wf_Object_Def can only represent objects that are subclasses of PersistentObject (see /wiki/spaces/Billing/pages/109150394).