Examples of searchArtefactTags()


Examples of spatschorke.da.ooconnector.connection.ConnectorMaster.searchArtefactTags()

  }

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

  @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.