org.sbpm.bpmo
Interface PartnerConstraint

All Superinterfaces:
Identifiable

public interface PartnerConstraint
extends Identifiable


Method Summary
 void addPartnerInteraction(PartnerInteraction parentInteraction)
           
 String getDescription()
           
 String getName()
           
 Set<PartnerInteraction> listPartnerInteractions()
           
 void removePartnerInteraction(PartnerInteraction parentInteraction)
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from interface org.sbpm.bpmo.Identifiable
getIdentifier
 

Method Detail

getName

String getName()

setName

void setName(String name)

getDescription

String getDescription()

setDescription

void setDescription(String description)

addPartnerInteraction

void addPartnerInteraction(PartnerInteraction parentInteraction)

removePartnerInteraction

void removePartnerInteraction(PartnerInteraction parentInteraction)

listPartnerInteractions

Set<PartnerInteraction> listPartnerInteractions()


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.