com.ebmwebsourcing.petalsbpm.definitionseditor.imports
Class DefinitionsAvailableImport

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.definitionseditor.imports.DefinitionsAvailableImport

public class DefinitionsAvailableImport
extends java.lang.Object

Stores only available import (imports that are not actually imported in a definition)

Author:
nfleury

Method Summary
 void addImport(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean XSDImport)
           
 java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean> getImports()
           
static DefinitionsAvailableImport getInstance()
           
 void removeImport(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean impt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DefinitionsAvailableImport getInstance()

addImport

public void addImport(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean XSDImport)

removeImport

public void removeImport(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean impt)

getImports

public java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean> getImports()


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