Uses of Interface
org.alfresco.service.cmr.attributes.AttributeService.AttributeQueryCallback
-
Packages that use AttributeService.AttributeQueryCallback Package Description org.alfresco.repo.attributes org.alfresco.service.cmr.attributes -
-
Uses of AttributeService.AttributeQueryCallback in org.alfresco.repo.attributes
Methods in org.alfresco.repo.attributes with parameters of type AttributeService.AttributeQueryCallback Modifier and Type Method Description voidAttributeServiceImpl. getAttributes(AttributeService.AttributeQueryCallback callback, java.io.Serializable... keys)Get all attributes that share the starter keys provided. -
Uses of AttributeService.AttributeQueryCallback in org.alfresco.service.cmr.attributes
Methods in org.alfresco.service.cmr.attributes with parameters of type AttributeService.AttributeQueryCallback Modifier and Type Method Description voidAttributeService. getAttributes(AttributeService.AttributeQueryCallback callback, java.io.Serializable... keys)Get all attributes that share the starter keys provided.
-