Uses of Interface
org.opencrx.kernel.activity1.jmi1.ActivityTracker

Packages that use ActivityTracker
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.plugin.application.activity1   
org.opencrx.kernel.product1.jmi1   
 

Uses of ActivityTracker in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 with type parameters of type ActivityTracker
<T extends ActivityTracker>
List<T>
Segment.getActivityTracker(ActivityTrackerQuery query)
          Retrieves the value for the reference activityTracker for the specified query.
 

Methods in org.opencrx.kernel.activity1.jmi1 that return ActivityTracker
 ActivityTracker ActivityTrackerClass.createActivityTracker()
          Creates an instance of class ActivityTracker.
 ActivityTracker Segment.getActivityTracker(boolean idIsPersistent, String id)
          Retrieves the value for the reference activityTracker for the specified qualifier attribute value.
 ActivityTracker ActivityTrackerClass.getActivityTracker(Object object)
          Creates an instance of class ActivityTracker based on the specified Object instance.
 ActivityTracker Segment.getActivityTracker(String id)
          Retrieves the value for the reference activityTracker for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type ActivityTracker
 void Segment.addActivityTracker(boolean idIsPersistent, String id, ActivityTracker activityTracker)
          Adds the specified element to the set of the values for the reference activityTracker.
 void Segment.addActivityTracker(String id, ActivityTracker activityTracker)
          Adds the specified element to the set of the values for the reference activityTracker using a reassignable qualifier.
 

Uses of ActivityTracker in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return ActivityTracker
static ActivityTracker Activities.findActivityTracker(String name, Segment segment, javax.jdo.PersistenceManager pm)
           
static ActivityTracker Activities.initActivityTracker(String trackerName, List<PrincipalGroup> owningGroups, javax.jdo.PersistenceManager pm, String providerName, String segmentName)
           
 

Uses of ActivityTracker in org.opencrx.kernel.plugin.application.activity1
 

Fields in org.opencrx.kernel.plugin.application.activity1 declared as ActivityTracker
protected  ActivityTracker ActivityTrackerImpl.current
           
 

Constructors in org.opencrx.kernel.plugin.application.activity1 with parameters of type ActivityTracker
ActivityTrackerImpl(ActivityTracker current, ActivityTracker next)
           
 

Uses of ActivityTracker in org.opencrx.kernel.product1.jmi1
 

Methods in org.opencrx.kernel.product1.jmi1 that return ActivityTracker
 ActivityTracker AbstractProduct.getProductUsage()
          Retrieves the value for the reference productUsage.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.