public interface VirAttrHandler
Modifier and Type | Method and Description |
---|---|
Map<VirSchema,List<String>> |
getValues(Any<?> any)
Query external resources (or cache, if configured) associated to the given any for values associated to all
VirSchema instances in the AnyTypeClass
associated to the given any, with no membership. |
Map<VirSchema,List<String>> |
getValues(Any<?> any,
Membership<?> membership)
Query external resources (or cache, if configured) associated to the given any for values associated to all
VirSchema instances in the AnyTypeClass
associated to the given any, for the given membership. |
List<String> |
getValues(Any<?> any,
Membership<?> membership,
VirSchema schema)
Query external resource (or cache, if configured) associated to the given any for values associated to the given
virtual schema, for the given membership.
|
List<String> |
getValues(Any<?> any,
VirSchema schema)
Query external resource (or cache, if configured) associated to the given any for values associated to the given
virtual schema, not related to any membership.
|
void |
setValues(Any<?> any,
ConnectorObject connObj)
Updates cache with values from external resource.
|
void setValues(Any<?> any, ConnectorObject connObj)
any
- any objectconnObj
- connector object from external resourceList<String> getValues(Any<?> any, VirSchema schema)
any
- any objectschema
- virtual schemaList<String> getValues(Any<?> any, Membership<?> membership, VirSchema schema)
any
- any objectmembership
- membershipschema
- virtual schemaMap<VirSchema,List<String>> getValues(Any<?> any)
VirSchema
instances in the AnyTypeClass
associated to the given any, with no membership.any
- any objectMap<VirSchema,List<String>> getValues(Any<?> any, Membership<?> membership)
VirSchema
instances in the AnyTypeClass
associated to the given any, for the given membership.any
- any objectmembership
- membershipCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.