Examples of ExportManifestEntity


Examples of org.pentaho.platform.plugin.services.importexport.exportManifest.ExportManifestEntity

    // based on the isOverwriteAcl setting and whether we are creating or updating the RepositoryFile.
    RepositoryFileAcl acl = null;
    if ( applyAclSettings || retainOwnership ) {
      try {
        if ( manifest != null ) {
          ExportManifestEntity entity = manifest.getExportManifestEntity( filePath );
          if ( entity != null ) {
            acl = entity.getRepositoryFileAcl();
          }
        }
      } catch ( Exception e ) {
        getLogger().trace( e );
      }
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.