Package spatschorke.da.ooconnector.connection

Examples of spatschorke.da.ooconnector.connection.ConnectorMaster


    return document.equalsTo(((OODocument) tutorialDocument).getDocument());
  }

  @Override
  public List<IArtefactPosition> searchArtefactTags() {
    ConnectorMaster connectorMaster = ConnectorMaster.getInstance();
    List<IArtefactPosition> positions = connectorMaster
        .searchArtefactTags(this);
    return positions;
  }
View Full Code Here

TOP

Related Classes of spatschorke.da.ooconnector.connection.ConnectorMaster

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.