com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.artifact
Interface WithArtifactsBean
- All Known Subinterfaces:
- IChoreographyBean, ICollaborationBean, IProcessBean, ISubChoreographyBean, ISubProcessBean
public interface WithArtifactsBean
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.