@Transactional(readOnly=true) @Component public class VirAttrHandlerImpl extends Object implements VirAttrHandler
Constructor and Description |
---|
VirAttrHandlerImpl() |
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.
|
public void setValues(Any<?> any, ConnectorObject connObj)
VirAttrHandler
setValues
in interface VirAttrHandler
any
- any objectconnObj
- connector object from external resourcepublic List<String> getValues(Any<?> any, VirSchema schema)
VirAttrHandler
getValues
in interface VirAttrHandler
any
- any objectschema
- virtual schemapublic List<String> getValues(Any<?> any, Membership<?> membership, VirSchema schema)
VirAttrHandler
getValues
in interface VirAttrHandler
any
- any objectmembership
- membershipschema
- virtual schemapublic Map<VirSchema,List<String>> getValues(Any<?> any)
VirAttrHandler
VirSchema
instances in the AnyTypeClass
associated to the given any, with no membership.getValues
in interface VirAttrHandler
any
- any objectpublic Map<VirSchema,List<String>> getValues(Any<?> any, Membership<?> membership)
VirAttrHandler
VirSchema
instances in the AnyTypeClass
associated to the given any, for the given membership.getValues
in interface VirAttrHandler
any
- any objectmembership
- membershipCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.