Package org.sonatype.nexus.componentviews.config

Examples of org.sonatype.nexus.componentviews.config.ViewConfigId


    return databaseInstance.get().acquire();
  }

  private ViewConfigId convertId(final ORID rid) {
    String encoded = recordIdObfuscator.encode(entityType, rid);
    return new ViewConfigId(encoded);
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.componentviews.config.ViewConfigId

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.