| Modifier and Type | Method and Description |
|---|---|
void |
IContentManagementSystemProvider.AddAlternative(String collectionId,
String documentId,
DocumentAlternative alternative,
EnvHintCollection Hints) |
String |
IContentManagementSystemProvider.AddDocument(Document document,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.AddMetadata(String collectionId,
String documentId,
DocumentMetadata metadata,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.AddPart(String collectionId,
String documentId,
DocumentPart part,
EnvHintCollection Hints) |
String |
IContentManagementSystemProvider.CreateCollection(Collection col,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.DeleteAlternative(String collectionId,
String documentId,
DocumentAlternative alternative,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.DeleteCollection(String collectionId,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.DeleteDocument(String collectionId,
String documentId,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.DeleteMetadata(String collectionId,
String documentId,
DocumentMetadata metadata,
EnvHintCollection Hints) |
List<Collection> |
IContentManagementSystemProvider.FindCollectionById(String id,
EnvHintCollection Hints) |
List<Collection> |
IContentManagementSystemProvider.FindCollectionByName(String name,
EnvHintCollection Hints) |
List<Collection> |
IContentManagementSystemProvider.GetCollections(EnvHintCollection Hints) |
Document |
IContentManagementSystemProvider.GetDocument(String collectionId,
String documentId,
EnvHintCollection Hints) |
List<DocumentMetadata> |
IContentManagementSystemProvider.GetDocumentMetadata(String collectionId,
String documentId,
String schemaName,
String schemaUri,
String language,
EnvHintCollection Hints) |
List<Document> |
IContentManagementSystemProvider.GetDocuments(String collectionId,
EnvHintCollection Hints) |
List<Document> |
IContentManagementSystemProvider.GetDocumentsWithProperties(String collectionId,
HashMap<String,String> properties,
EnvHintCollection Hints) |
Document |
IContentManagementSystemProvider.GetMainDocument(String collectionId,
String documentId,
EnvHintCollection Hints) |
List<DocumentMetadata> |
IContentManagementSystemProvider.GetMetadataDocuments(String collectionId,
EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.SessionInit(EnvHintCollection Hints) |
void |
IContentManagementSystemProvider.updateDocumentContent(Document document,
EnvHintCollection Hints) |
| Modifier and Type | Method and Description |
|---|---|
EnvHintCollection |
EnvHintCollection.Merge(EnvHintCollection NewHints) |
| Modifier and Type | Method and Description |
|---|---|
EnvHintCollection |
EnvHintCollection.Merge(EnvHintCollection NewHints) |
| Constructor and Description |
|---|
EnvHintCollection(EnvHintCollection NewHints) |
| Modifier and Type | Method and Description |
|---|---|
String |
IInformationSystemProvider.CreateGenericResource(String content,
Query attributes,
EnvHintCollection Hints) |
String |
InformationSystemProvider.CreateGenericResource(String Content,
Query attributes,
EnvHintCollection Hints) |
void |
IInformationSystemProvider.DeleteGenericResource(String id,
EnvHintCollection Hints) |
void |
InformationSystemProvider.DeleteGenericResource(String ID,
EnvHintCollection Hints) |
String |
IInformationSystemProvider.GetGenericByID(String ID,
EnvHintCollection Hints) |
String |
InformationSystemProvider.GetGenericByID(String ID,
EnvHintCollection Hints) |
List<String> |
IInformationSystemProvider.GetGenericByName(String Name,
EnvHintCollection Hints) |
List<String> |
InformationSystemProvider.GetGenericByName(String Name,
EnvHintCollection Hints) |
String |
IInformationSystemProvider.GetLocalNodePE2ngPort(EnvHintCollection Hints) |
String |
InformationSystemProvider.GetLocalNodePE2ngPort(EnvHintCollection Hints) |
NodeInfo |
IInformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints) |
NodeInfo |
InformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints) |
NodeInfo |
IInformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
gr.uoa.di.madgik.commons.infra.nodeselection.NodeSelector selector,
EnvHintCollection Hints) |
NodeInfo |
InformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
gr.uoa.di.madgik.commons.infra.nodeselection.NodeSelector selector,
EnvHintCollection Hints) |
List<NodeInfo> |
IInformationSystemProvider.GetMatchingNodes(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints) |
List<NodeInfo> |
InformationSystemProvider.GetMatchingNodes(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints) |
NodeInfo |
IInformationSystemProvider.GetNode(String NodeID,
EnvHintCollection Hints) |
NodeInfo |
InformationSystemProvider.GetNode(String NodeID,
EnvHintCollection Hints) |
NodeInfo |
IInformationSystemProvider.GetNode(String Hostname,
String Port,
EnvHintCollection Hints) |
NodeInfo |
InformationSystemProvider.GetNode(String Hostname,
String Port,
EnvHintCollection Hints) |
String |
IInformationSystemProvider.GetOpenSearchGenericByDescriptionDocumentURI(String URI,
EnvHintCollection Hints) |
String |
InformationSystemProvider.GetOpenSearchGenericByDescriptionDocumentURI(String URI,
EnvHintCollection Hints) |
static IInformationSystemProvider |
InformationSystemProvider.Init(String ProviderName,
EnvHintCollection Hints) |
List<String> |
IInformationSystemProvider.Query(Query query,
EnvHintCollection Hints) |
List<String> |
InformationSystemProvider.Query(Query query,
EnvHintCollection Hints) |
List<String> |
IInformationSystemProvider.Query(String query,
EnvHintCollection Hints) |
List<String> |
InformationSystemProvider.Query(String query,
EnvHintCollection Hints) |
String |
IInformationSystemProvider.RegisterNode(NodeInfo info,
EnvHintCollection Hints) |
String |
InformationSystemProvider.RegisterNode(NodeInfo info,
EnvHintCollection Hints) |
List<String> |
IInformationSystemProvider.RetrieveByQualifier(String qualifier,
EnvHintCollection Hints) |
List<String> |
InformationSystemProvider.RetrieveByQualifier(String qualifier,
EnvHintCollection Hints) |
void |
IInformationSystemProvider.UnregisterNode(String NodeID,
EnvHintCollection Hints) |
void |
InformationSystemProvider.UnregisterNode(String NodeID,
EnvHintCollection Hints) |
void |
IInformationSystemProvider.UpdateGenericResource(String id,
String content,
Query query,
EnvHintCollection Hints) |
void |
InformationSystemProvider.UpdateGenericResource(String ID,
String Content,
Query query,
EnvHintCollection Hints) |
| Modifier and Type | Method and Description |
|---|---|
String |
JMSProvider.getJMSPRovider(EnvHintCollection Hints) |
String |
IJMSProvider.getJMSPRovider(EnvHintCollection Hints) |
static IJMSProvider |
JMSProvider.Init(String ProviderName,
EnvHintCollection Hints,
String fallback) |
| Modifier and Type | Method and Description |
|---|---|
static INotificationHandlingProvider |
NotificationHandlingProvider.Init(String ProviderName,
EnvHintCollection Hints) |
String |
INotificationHandlingProvider.registerNotificationTopic(String topicName,
String producerId,
EnvHintCollection Hints) |
String |
NotificationHandlingProvider.registerNotificationTopic(String topicName,
String producerId,
EnvHintCollection Hints) |
SubscriberToTopic |
INotificationHandlingProvider.registerToNotificationTopic(String topicId,
String listenerId,
String subscriptionName,
String selector,
SubscriberToTopic subscriberToTopic,
NotificationMessageListenerI messageListener,
EnvHintCollection Hints) |
SubscriberToTopic |
NotificationHandlingProvider.registerToNotificationTopic(String topicId,
String listenerId,
String subscriptionName,
String selector,
SubscriberToTopic subscriberToTopic,
NotificationMessageListenerI messageListener,
EnvHintCollection Hints) |
void |
INotificationHandlingProvider.sendNotificationToTopic(String topicId,
String textMessage,
HashMap<String,String> propertiesNameValueMap,
EnvHintCollection Hints) |
void |
NotificationHandlingProvider.sendNotificationToTopic(String topicId,
String textMessage,
HashMap<String,String> propertiesNameValueMap,
EnvHintCollection Hints) |
void |
INotificationHandlingProvider.unregisterFromNotificationTopic(String topicId,
String listenerId,
SubscriberToTopic subscriberToTopic,
EnvHintCollection Hints) |
void |
NotificationHandlingProvider.unregisterFromNotificationTopic(String topicId,
String listenerId,
SubscriberToTopic subscriberToTopic,
EnvHintCollection Hints) |
void |
INotificationHandlingProvider.unregisterNotificationTopic(String topicId,
EnvHintCollection Hints) |
void |
NotificationHandlingProvider.unregisterNotificationTopic(String topicId,
EnvHintCollection Hints) |
| Modifier and Type | Method and Description |
|---|---|
static IReportingFrameworkProvider |
ReportingFrameworkProvider.Init(String ProviderName,
EnvHintCollection Hints) |
void |
ReportingFrameworkProvider.Send(String messageType,
Map<String,Object> messageParameters,
EnvHintCollection hints) |
void |
IReportingFrameworkProvider.Send(String messageType,
Map<String,Object> messageParameters,
EnvHintCollection hints) |
void |
NoReportingFrameworkProvider.Send(String messageType,
Map<String,Object> messageParameters,
EnvHintCollection hints) |
void |
ReportingFrameworkProvider.SessionInit(EnvHintCollection Hints) |
void |
IReportingFrameworkProvider.SessionInit(EnvHintCollection Hints) |
void |
NoReportingFrameworkProvider.SessionInit(EnvHintCollection Hints) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageSystemProvider.Delete(String ID,
EnvHintCollection Hints) |
void |
IStorageSystemProvider.Delete(String ID,
EnvHintCollection Hints) |
File |
StorageSystemProvider.GetLocalFSBufferLocation(EnvHintCollection Hints) |
File |
IStorageSystemProvider.GetLocalFSBufferLocation(EnvHintCollection Hints) |
static IStorageSystemProvider |
StorageSystemProvider.Init(String ProviderName,
EnvHintCollection Hints) |
File |
StorageSystemProvider.Retrieve(String ID,
EnvHintCollection Hints) |
File |
IStorageSystemProvider.Retrieve(String ID,
EnvHintCollection Hints) |
void |
StorageSystemProvider.SessionInit(EnvHintCollection Hints) |
void |
IStorageSystemProvider.SessionInit(EnvHintCollection Hints) |
String |
StorageSystemProvider.Store(File file,
EnvHintCollection Hints) |
String |
IStorageSystemProvider.Store(File file,
EnvHintCollection Hints) |
String |
StorageSystemProvider.Store(URL location,
EnvHintCollection Hints) |
String |
IStorageSystemProvider.Store(URL Location,
EnvHintCollection Hints) |
| Modifier and Type | Method and Description |
|---|---|
String |
StateHandlingProvider.CreateNewWSResource(String ForName,
Object Resource,
EnvHintCollection Hints) |
String |
IStateHandlingProvider.CreateNewWSResource(String ForName,
Object Resource,
EnvHintCollection Hints) |
void |
LocalStateHandlingProvider.deleteWSResource(String resourceId,
String resourceType,
EnvHintCollection Hints) |
void |
ILocalStateHandlingProvider.deleteWSResource(String resourceId,
String resourceType,
EnvHintCollection Hints) |
void |
StateHandlingProvider.DeleteWSResource(String ID,
String ForName,
EnvHintCollection Hints) |
void |
IStateHandlingProvider.DeleteWSResource(String ID,
String ForName,
EnvHintCollection Hints) |
Object |
LocalStateHandlingProvider.getWSResource(String resourceId,
String forName,
EnvHintCollection Hints) |
Object |
ILocalStateHandlingProvider.getWSResource(String resourceId,
String forName,
EnvHintCollection Hints) |
Object |
StateHandlingProvider.GetWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
Object |
IStateHandlingProvider.GetWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
List<Object> |
StateHandlingProvider.GetWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
List<Object> |
IStateHandlingProvider.GetWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
StateResource |
StateHandlingProvider.GetXMLWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
StateResource |
IStateHandlingProvider.GetXMLWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints) |
List<StateResource> |
StateHandlingProvider.GetXMLWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
List<StateResource> |
IStateHandlingProvider.GetXMLWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints) |
static ILocalStateHandlingProvider |
LocalStateHandlingProvider.Init(String ProviderName,
EnvHintCollection Hints) |
static IStateHandlingProvider |
StateHandlingProvider.Init(String ProviderName,
EnvHintCollection Hints) |
void |
LocalStateHandlingProvider.updateWSResource(String resourceId,
String resourceType,
Object resource,
EnvHintCollection Hints) |
void |
ILocalStateHandlingProvider.updateWSResource(String resourceId,
String resourceType,
Object resource,
EnvHintCollection Hints) |
void |
StateHandlingProvider.UpdateWSResource(String ID,
String ForName,
Object resource,
EnvHintCollection Hints) |
void |
IStateHandlingProvider.UpdateWSResource(String ID,
String ForName,
Object resource,
EnvHintCollection Hints) |
Copyright © 2017. All Rights Reserved.