Package | Description |
---|---|
com.tibco.tea.agent.api |
Provides interfaces for defining TeaObjectTypes
|
Modifier and Type | Interface and Description |
---|---|
interface |
SingletonTeaObject
ObjectType which has only one instance.
|
interface |
TeaConnectionObject
TeaConnectionObject Special Type
SpecialTypes.CONNECTION |
interface |
TeaObject
Interface for defining the TeaObjectType.
|
interface |
TeaObjectHardLink
Interface for defining the TeaObject HardLink.
|
interface |
TeaObjectSoftLink
Interface for defining the TeaObject Softlink.
|
interface |
TopLevelTeaObject
This interface is used for describing the top level object type.
|
Modifier and Type | Method and Description |
---|---|
Collection<BaseTeaObject> |
WithMembers.getMembers()
Returns the list of members which exist in the object type
|
Collection<BaseTeaObject> |
TeaSolution.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
TeaSolution.addMember(BaseTeaObject baseTeaObject) |
void |
TeaSolution.addMembers(BaseTeaObject... baseTeaObjects) |
Modifier and Type | Method and Description |
---|---|
TeaSolutionReference |
TeaSolutionReference.withMembers(Collection<BaseTeaObject> baseTeaObjects,
Map<String,TeaObjectProvider<TeaObject>> teaObjectProviderCache) |
Copyright © 2015 TIBCO Software Inc.. All Rights Reserved.