Uses of Class
gr.uoa.di.madgik.environment.hint.EnvHintCollection

Packages that use EnvHintCollection
gr.uoa.di.madgik.environment.cms   
gr.uoa.di.madgik.environment.hint   
gr.uoa.di.madgik.environment.is   
gr.uoa.di.madgik.environment.notifications   
gr.uoa.di.madgik.environment.reporting   
gr.uoa.di.madgik.environment.ss   
gr.uoa.di.madgik.environment.state   
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.cms
 

Methods in gr.uoa.di.madgik.environment.cms with parameters of type EnvHintCollection
 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)
           
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.hint
 

Methods in gr.uoa.di.madgik.environment.hint that return EnvHintCollection
 EnvHintCollection EnvHintCollection.Merge(EnvHintCollection NewHints)
           
 

Methods in gr.uoa.di.madgik.environment.hint with parameters of type EnvHintCollection
 EnvHintCollection EnvHintCollection.Merge(EnvHintCollection NewHints)
           
 

Constructors in gr.uoa.di.madgik.environment.hint with parameters of type EnvHintCollection
EnvHintCollection(EnvHintCollection NewHints)
           
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.is
 

Methods in gr.uoa.di.madgik.environment.is with parameters of type EnvHintCollection
 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)
           
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.notifications
 

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)
           
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.reporting
 

Methods in gr.uoa.di.madgik.environment.reporting with parameters of type EnvHintCollection
static IReportingFrameworkProvider ReportingFrameworkProvider.Init(String ProviderName, EnvHintCollection Hints)
           
 void NoReportingFrameworkProvider.Send(String messageType, Map<String,Object> messageParameters, EnvHintCollection hints)
           
 void IReportingFrameworkProvider.Send(String messageType, Map<String,Object> messageParameters, EnvHintCollection hints)
           
 void ReportingFrameworkProvider.Send(String messageType, Map<String,Object> messageParameters, EnvHintCollection hints)
           
 void NoReportingFrameworkProvider.SessionInit(EnvHintCollection Hints)
           
 void IReportingFrameworkProvider.SessionInit(EnvHintCollection Hints)
           
 void ReportingFrameworkProvider.SessionInit(EnvHintCollection Hints)
           
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.ss
 

Methods in gr.uoa.di.madgik.environment.ss with parameters of type EnvHintCollection
 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)
           
 

Uses of EnvHintCollection in gr.uoa.di.madgik.environment.state
 

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 ILocalStateHandlingProvider.deleteWSResource(String resourceId, String resourceType, EnvHintCollection Hints)
           
 void LocalStateHandlingProvider.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 ILocalStateHandlingProvider.getWSResource(String resourceId, String forName, EnvHintCollection Hints)
           
 Object LocalStateHandlingProvider.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 ILocalStateHandlingProvider.updateWSResource(String resourceId, String resourceType, Object resource, EnvHintCollection Hints)
           
 void LocalStateHandlingProvider.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)
           
 



Copyright © 2013. All Rights Reserved.