Uses of Interface
org.apache.tuscany.sca.policy.Intent

Packages that use Intent
org.apache.tuscany.sca.policy   
 

Uses of Intent in org.apache.tuscany.sca.policy
 

Methods in org.apache.tuscany.sca.policy that return Intent
 Intent PolicyFactory.createIntent()
          Create a new intent.
 Intent IntentMap.getProvidedIntent()
          Returns the intent realized by this intent map.
 

Methods in org.apache.tuscany.sca.policy that return types with arguments of type Intent
 java.util.List<Intent> PolicySet.getProvidedIntents()
          Returns the list of provided intents
 java.util.List<Intent> Intent.getQualifiedIntents()
          Returns the list of children qualified intents.
 java.util.List<Intent> IntentAttachPoint.getRequiredIntents()
          Returns a list of policy intents.
 java.util.List<Intent> Intent.getRequiredIntents()
          Returns the list of required intents.
 

Methods in org.apache.tuscany.sca.policy with parameters of type Intent
 void IntentMap.setProvidedIntent(Intent providedIntent)
          Sets the intent realized by this intent map.