Uses of Interface
javax.activity.propertygroup.PropertyGroup

Packages that use PropertyGroup
javax.activity   
javax.activity.propertygroup   
org.objectweb.jass.as   
 

Uses of PropertyGroup in javax.activity
 

Methods in javax.activity that return PropertyGroup
 PropertyGroup UserActivity.getPropertyGroup(java.lang.String name)
           
 

Uses of PropertyGroup in javax.activity.propertygroup
 

Methods in javax.activity.propertygroup that return PropertyGroup
 PropertyGroup PropertyGroupManager.recoverPropertyGroup(PropertyGroup parent, GlobalId globalId)
           
 PropertyGroup PropertyGroupManager.unmarshalRequest(PropertyGroupContext ctx, PropertyGroup pg, PropertyGroup parent, GlobalId globalId)
           
 

Methods in javax.activity.propertygroup with parameters of type PropertyGroup
 PropertyGroup PropertyGroupManager.recoverPropertyGroup(PropertyGroup parent, GlobalId globalId)
           
 PropertyGroupContext PropertyGroupManager.marshalRequest(PropertyGroup pg)
           
 PropertyGroupContext PropertyGroupManager.marshalResponse(PropertyGroup pg)
           
 PropertyGroup PropertyGroupManager.unmarshalRequest(PropertyGroupContext ctx, PropertyGroup pg, PropertyGroup parent, GlobalId globalId)
           
 void PropertyGroupManager.unmarshalResponse(PropertyGroupContext ctx, PropertyGroup pg)
           
 

Uses of PropertyGroup in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that return PropertyGroup
 PropertyGroup ActivityService.getPropertyGroup(java.lang.String name)
          NOT YET IMPLEMENTED