Uses of Class
org.eaglei.model.EIInstanceMinimal

Uses of EIInstanceMinimal in org.eaglei.model
 

Methods in org.eaglei.model that return EIInstanceMinimal
static EIInstanceMinimal EIInstanceMinimal.create(EIEntity instanceType, EIEntity instanceEntity)
           
static EIInstanceMinimal EIInstanceMinimal.create(EIInstance instance)
           
 

Methods in org.eaglei.model that return types with arguments of type EIInstanceMinimal
 java.util.Map<EIEntity,java.util.List<EIInstanceMinimal>> ReferencingResources.getMaterializedInverseProperties()
           
 java.util.Map<EIEntity,java.util.List<EIInstanceMinimal>> EIInstance.getMaterializedInverseProperties()
           
 java.util.List<EIInstanceMinimal> ReferencingResources.getMaterializedInverseProperty(EIEntity property)
           
 java.util.List<EIInstanceMinimal> ReferencingResources.getReferencedByList()
           
 java.util.List<EIInstanceMinimal> EIInstance.getReferencedByList()
           
 

Methods in org.eaglei.model with parameters of type EIInstanceMinimal
 void ReferencingResources.addMaterializedInverseProperty(EIEntity property, EIInstanceMinimal value)
           
 void EIInstance.addMaterializedInverseProperty(EIEntity property, EIInstanceMinimal instance)
           
 

Method parameters in org.eaglei.model with type arguments of type EIInstanceMinimal
 void ReferencingResources.replaceMaterializedInverseProperty(EIEntity property, java.util.List<EIInstanceMinimal> values)
           
 void ReferencingResources.setReferencedByList(java.util.List<EIInstanceMinimal> allReferencingResources)
           
 void EIInstance.setReferencedByList(java.util.List<EIInstanceMinimal> resources)
           
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.