KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.ChangeSet

Packages that use ChangeSet
org.kie.internal.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
org.kie.internal.event.io   
org.kie.internal.event.knowledgeagent   
org.kie.internal.io   
 

Uses of ChangeSet in org.kie.internal.agent
 

Methods in org.kie.internal.agent with parameters of type ChangeSet
 void KnowledgeAgent.applyChangeSet(ChangeSet changeSet)
           
 

Uses of ChangeSet in org.kie.internal.event.io
 

Methods in org.kie.internal.event.io with parameters of type ChangeSet
 void ResourceChangeListener.resourcesChanged(ChangeSet changeSet)
          The Resource has changed, the ResourceChangeNotifier will call this method and execute the user implemented code.
 

Uses of ChangeSet in org.kie.internal.event.knowledgeagent
 

Methods in org.kie.internal.event.knowledgeagent that return ChangeSet
 ChangeSet ChangeSetProcessingEvent.getChangeSet()
           
 

Constructors in org.kie.internal.event.knowledgeagent with parameters of type ChangeSet
AfterChangeSetAppliedEvent(ChangeSet changeSet)
           
AfterChangeSetProcessedEvent(ChangeSet changeSet, List<org.kie.api.io.Resource> addedResources, Map<org.kie.api.io.Resource,Set<KnowledgeDefinition>> modifiedResourceMappings, Map<org.kie.api.io.Resource,Set<KnowledgeDefinition>> removedResourceMappings)
           
AfterResourceProcessedEvent(ChangeSet changeSet, org.kie.api.io.Resource resource, org.kie.api.io.ResourceType resourceType, KnowledgeAgent.ResourceStatus status)
           
BeforeChangeSetAppliedEvent(ChangeSet changeSet)
           
BeforeChangeSetProcessedEvent(ChangeSet changeSet)
           
BeforeResourceProcessedEvent(ChangeSet changeSet, org.kie.api.io.Resource resource, org.kie.api.io.ResourceType resourceType, KnowledgeAgent.ResourceStatus status)
           
ChangeSetProcessingEvent(ChangeSet changeSet)
           
 

Uses of ChangeSet in org.kie.internal.io
 

Methods in org.kie.internal.io with parameters of type ChangeSet
 void ResourceChangeNotifier.publishChangeSet(ChangeSet changeSet)
          Called by the added ResourceChangeMonitors to inform this ResourceChangeNotifier of resource changes.
 


KIE Internal 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.