com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.artifact
Interface WithArtifactsBean

All Known Subinterfaces:
IChoreographyBean, ICollaborationBean, IProcessBean, ISubChoreographyBean, ISubProcessBean

public interface WithArtifactsBean


Method Summary
 void addArtifact(IArtifactBean a)
           
 java.util.List<IArtifactBean> getArtifacts()
           
 java.util.List<IAssociationBean> getAssociations()
           
 java.util.List<ITextAnnotationBean> getTextAnnotations()
           
 void removeArtifact(IArtifactBean a)
           
 

Method Detail

getArtifacts

java.util.List<IArtifactBean> getArtifacts()

addArtifact

void addArtifact(IArtifactBean a)

removeArtifact

void removeArtifact(IArtifactBean a)

getAssociations

java.util.List<IAssociationBean> getAssociations()

getTextAnnotations

java.util.List<ITextAnnotationBean> getTextAnnotations()


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.