Interface ParameterQueryRemote
- All Superinterfaces:
PluginControl
- All Known Subinterfaces:
ParameterQueryLocal
Remote interface for the parameter query plugin.
Provides methods to query by document parameter.
-
Method Summary
Modifier and TypeMethodDescriptiongetEntityBucketsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) getEntityChildBucketsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) getEntityCordedBucketsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) getEntityKeyValuesByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) getEntityMediaAssetsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) getEntityPricesByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) getEntityTextsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) Methods inherited from interface com.priint.pubserver.plugin.interfaces.PluginControl
afterCreateConfigurations, afterDeleteConfigurations, afterUpdateConfigurations, createConfiguration, deleteConfigurations, initInstance, loadServerConfig, ping, updateConfigurations, validateConfigurations
-
Method Details
-
getEntityBucketsByDocumentParameter
List<Bucket> getEntityBucketsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of buckets
- Throws:
PubServerException- See Also:
-
getEntityChildBucketsByDocumentParameter
List<Bucket> getEntityChildBucketsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of child buckets
- Throws:
PubServerException- See Also:
-
getEntityCordedBucketsByDocumentParameter
List<Bucket> getEntityCordedBucketsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of corded buckets
- Throws:
PubServerException- See Also:
-
getEntityKeyValuesByDocumentParameter
List<KeyValue> getEntityKeyValuesByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of key values
- Throws:
PubServerException- See Also:
-
getEntityMediaAssetsByDocumentParameter
List<MediaAsset> getEntityMediaAssetsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of media assets
- Throws:
PubServerException- See Also:
-
getEntityPricesByDocumentParameter
List<Price> getEntityPricesByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of prices
- Throws:
PubServerException- See Also:
-
getEntityTextsByDocumentParameter
List<Text> getEntityTextsByDocumentParameter(String sessionId, String identifier, String resultEntityId, Context context) throws PubServerException - Parameters:
sessionId- session Ididentifier- identifier of pubserver method parameterresultEntityId- filter the result by this entitycontext- context of the entity- Returns:
- list of texts
- Throws:
PubServerException- See Also:
-