| Methods in gr.uoa.di.madgik.environment.cms with parameters of type EnvHintCollection |
void |
IContentManagementSystemProvider.AddAlternative(String collectionId,
String documentId,
DocumentAlternative alternative,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.AddAlternative(String collectionId,
String documentId,
DocumentAlternative alternative,
EnvHintCollection Hints)
|
String |
IContentManagementSystemProvider.AddDocument(Document document,
EnvHintCollection Hints)
|
String |
ContentManagementSystemProvider.AddDocument(Document document,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.AddMetadata(String collectionId,
String documentId,
DocumentMetadata metadata,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.AddMetadata(String collectionId,
String documentId,
DocumentMetadata metadata,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.AddPart(String collectionId,
String documentId,
DocumentPart part,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.AddPart(String collectionId,
String documentId,
DocumentPart part,
EnvHintCollection Hints)
|
String |
IContentManagementSystemProvider.CreateCollection(Collection col,
EnvHintCollection Hints)
|
String |
ContentManagementSystemProvider.CreateCollection(Collection col,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.DeleteAlternative(String collectionId,
String documentId,
DocumentAlternative alternative,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.DeleteAlternative(String collectionId,
String documentId,
DocumentAlternative alternative,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.DeleteCollection(String collectionId,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.DeleteCollection(String collectionId,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.DeleteDocument(String collectionId,
String documentId,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.DeleteDocument(String collectionId,
String documentId,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.DeleteMetadata(String collectionId,
String documentId,
DocumentMetadata metadata,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.DeleteMetadata(String collectionId,
String documentId,
DocumentMetadata metadata,
EnvHintCollection Hints)
|
List<Collection> |
IContentManagementSystemProvider.FindCollectionById(String id,
EnvHintCollection Hints)
|
List<Collection> |
ContentManagementSystemProvider.FindCollectionById(String collectionId,
EnvHintCollection Hints)
|
List<Collection> |
IContentManagementSystemProvider.FindCollectionByName(String name,
EnvHintCollection Hints)
|
List<Collection> |
ContentManagementSystemProvider.FindCollectionByName(String name,
EnvHintCollection Hints)
|
List<Collection> |
IContentManagementSystemProvider.GetCollections(EnvHintCollection Hints)
|
List<Collection> |
ContentManagementSystemProvider.GetCollections(EnvHintCollection Hints)
|
Document |
IContentManagementSystemProvider.GetDocument(String collectionId,
String documentId,
EnvHintCollection Hints)
|
Document |
ContentManagementSystemProvider.GetDocument(String collectionId,
String documentId,
EnvHintCollection Hints)
|
List<DocumentMetadata> |
IContentManagementSystemProvider.GetDocumentMetadata(String collectionId,
String documentId,
String schemaName,
String schemaUri,
String language,
EnvHintCollection Hints)
|
List<DocumentMetadata> |
ContentManagementSystemProvider.GetDocumentMetadata(String collectionId,
String documentId,
String schemaName,
String schemaUri,
String language,
EnvHintCollection Hints)
|
List<Document> |
IContentManagementSystemProvider.GetDocuments(String collectionId,
EnvHintCollection Hints)
|
List<Document> |
ContentManagementSystemProvider.GetDocuments(String collectionId,
EnvHintCollection Hints)
|
List<Document> |
IContentManagementSystemProvider.GetDocumentsWithProperties(String collectionId,
HashMap<String,String> properties,
EnvHintCollection Hints)
|
List<Document> |
ContentManagementSystemProvider.GetDocumentsWithProperties(String collectionId,
HashMap<String,String> properties,
EnvHintCollection Hints)
|
Document |
IContentManagementSystemProvider.GetMainDocument(String collectionId,
String documentId,
EnvHintCollection Hints)
|
Document |
ContentManagementSystemProvider.GetMainDocument(String collectionId,
String documentId,
EnvHintCollection Hints)
|
List<DocumentMetadata> |
IContentManagementSystemProvider.GetMetadataDocuments(String collectionId,
EnvHintCollection Hints)
|
List<DocumentMetadata> |
ContentManagementSystemProvider.GetMetadataDocuments(String collectionId,
EnvHintCollection Hints)
|
static IContentManagementSystemProvider |
ContentManagementSystemProvider.Init(String ProviderName,
EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.SessionInit(EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.SessionInit(EnvHintCollection Hints)
|
void |
IContentManagementSystemProvider.updateDocumentContent(Document document,
EnvHintCollection Hints)
|
void |
ContentManagementSystemProvider.updateDocumentContent(Document document,
EnvHintCollection Hints)
|
| Methods in gr.uoa.di.madgik.environment.is with parameters of type EnvHintCollection |
String |
InformationSystemProvider.CreateGenericResource(String Content,
Query attributes,
EnvHintCollection Hints)
|
String |
IInformationSystemProvider.CreateGenericResource(String content,
Query attributes,
EnvHintCollection Hints)
|
void |
InformationSystemProvider.DeleteGenericResource(String ID,
EnvHintCollection Hints)
|
void |
IInformationSystemProvider.DeleteGenericResource(String id,
EnvHintCollection Hints)
|
String |
InformationSystemProvider.GetGenericByID(String ID,
EnvHintCollection Hints)
|
String |
IInformationSystemProvider.GetGenericByID(String ID,
EnvHintCollection Hints)
|
List<String> |
InformationSystemProvider.GetGenericByName(String Name,
EnvHintCollection Hints)
|
List<String> |
IInformationSystemProvider.GetGenericByName(String Name,
EnvHintCollection Hints)
|
NodeInfo |
InformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints)
|
NodeInfo |
IInformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints)
|
NodeInfo |
InformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
gr.uoa.di.madgik.commons.infra.nodeselection.NodeSelector selector,
EnvHintCollection Hints)
|
NodeInfo |
IInformationSystemProvider.GetMatchingNode(String RankingExpression,
String RequirementsExpression,
gr.uoa.di.madgik.commons.infra.nodeselection.NodeSelector selector,
EnvHintCollection Hints)
|
List<NodeInfo> |
InformationSystemProvider.GetMatchingNodes(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints)
|
List<NodeInfo> |
IInformationSystemProvider.GetMatchingNodes(String RankingExpression,
String RequirementsExpression,
EnvHintCollection Hints)
|
NodeInfo |
InformationSystemProvider.GetNode(String NodeID,
EnvHintCollection Hints)
|
NodeInfo |
IInformationSystemProvider.GetNode(String NodeID,
EnvHintCollection Hints)
|
NodeInfo |
InformationSystemProvider.GetNode(String Hostname,
String Port,
EnvHintCollection Hints)
|
NodeInfo |
IInformationSystemProvider.GetNode(String Hostname,
String Port,
EnvHintCollection Hints)
|
String |
InformationSystemProvider.GetOpenSearchGenericByDescriptionDocumentURI(String URI,
EnvHintCollection Hints)
|
String |
IInformationSystemProvider.GetOpenSearchGenericByDescriptionDocumentURI(String URI,
EnvHintCollection Hints)
|
static IInformationSystemProvider |
InformationSystemProvider.Init(String ProviderName,
EnvHintCollection Hints)
|
List<String> |
InformationSystemProvider.Query(Query query,
EnvHintCollection Hints)
|
List<String> |
IInformationSystemProvider.Query(Query query,
EnvHintCollection Hints)
|
List<String> |
InformationSystemProvider.Query(String query,
EnvHintCollection Hints)
|
List<String> |
IInformationSystemProvider.Query(String query,
EnvHintCollection Hints)
|
String |
InformationSystemProvider.RegisterNode(NodeInfo info,
EnvHintCollection Hints)
|
String |
IInformationSystemProvider.RegisterNode(NodeInfo info,
EnvHintCollection Hints)
|
List<String> |
InformationSystemProvider.RetrieveByQualifier(String qualifier,
EnvHintCollection Hints)
|
List<String> |
IInformationSystemProvider.RetrieveByQualifier(String qualifier,
EnvHintCollection Hints)
|
void |
InformationSystemProvider.UnregisterNode(String NodeID,
EnvHintCollection Hints)
|
void |
IInformationSystemProvider.UnregisterNode(String NodeID,
EnvHintCollection Hints)
|
void |
InformationSystemProvider.UpdateGenericResource(String ID,
String Content,
Query query,
EnvHintCollection Hints)
|
void |
IInformationSystemProvider.UpdateGenericResource(String id,
String content,
Query query,
EnvHintCollection Hints)
|
| Methods in gr.uoa.di.madgik.environment.notifications with parameters of type EnvHintCollection |
static INotificationHandlingProvider |
NotificationHandlingProvider.Init(String ProviderName,
EnvHintCollection Hints)
|
String |
NotificationHandlingProvider.registerNotificationTopic(String topicName,
String producerId,
EnvHintCollection Hints)
|
String |
INotificationHandlingProvider.registerNotificationTopic(String topicName,
String producerId,
EnvHintCollection Hints)
|
SubscriberToTopic |
NotificationHandlingProvider.registerToNotificationTopic(String topicId,
String listenerId,
String subscriptionName,
String selector,
SubscriberToTopic subscriberToTopic,
NotificationMessageListenerI messageListener,
EnvHintCollection Hints)
|
SubscriberToTopic |
INotificationHandlingProvider.registerToNotificationTopic(String topicId,
String listenerId,
String subscriptionName,
String selector,
SubscriberToTopic subscriberToTopic,
NotificationMessageListenerI messageListener,
EnvHintCollection Hints)
|
void |
NotificationHandlingProvider.sendNotificationToTopic(String topicId,
String textMessage,
HashMap<String,String> propertiesNameValueMap,
EnvHintCollection Hints)
|
void |
INotificationHandlingProvider.sendNotificationToTopic(String topicId,
String textMessage,
HashMap<String,String> propertiesNameValueMap,
EnvHintCollection Hints)
|
void |
NotificationHandlingProvider.unregisterFromNotificationTopic(String topicId,
String listenerId,
SubscriberToTopic subscriberToTopic,
EnvHintCollection Hints)
|
void |
INotificationHandlingProvider.unregisterFromNotificationTopic(String topicId,
String listenerId,
SubscriberToTopic subscriberToTopic,
EnvHintCollection Hints)
|
void |
NotificationHandlingProvider.unregisterNotificationTopic(String topicId,
EnvHintCollection Hints)
|
void |
INotificationHandlingProvider.unregisterNotificationTopic(String topicId,
EnvHintCollection Hints)
|
| Methods in gr.uoa.di.madgik.environment.state with parameters of type EnvHintCollection |
String |
IStateHandlingProvider.CreateNewWSResource(String ForName,
Object Resource,
EnvHintCollection Hints)
|
String |
StateHandlingProvider.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 |
IStateHandlingProvider.DeleteWSResource(String ID,
String ForName,
EnvHintCollection Hints)
|
void |
StateHandlingProvider.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 |
IStateHandlingProvider.GetWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints)
|
Object |
StateHandlingProvider.GetWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints)
|
List<Object> |
IStateHandlingProvider.GetWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints)
|
List<Object> |
StateHandlingProvider.GetWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints)
|
StateResource |
IStateHandlingProvider.GetXMLWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints)
|
StateResource |
StateHandlingProvider.GetXMLWSResourceByIDForServiceClass(String ID,
String ForName,
EnvHintCollection Hints)
|
List<StateResource> |
IStateHandlingProvider.GetXMLWSResourcesForServiceClass(String ForName,
EnvHintCollection Hints)
|
List<StateResource> |
StateHandlingProvider.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 |
IStateHandlingProvider.UpdateWSResource(String ID,
String ForName,
Object resource,
EnvHintCollection Hints)
|
void |
StateHandlingProvider.UpdateWSResource(String ID,
String ForName,
Object resource,
EnvHintCollection Hints)
|