Package org.exoplatform.portal.mop.management.operations

Examples of org.exoplatform.portal.mop.management.operations.TemplateImportResource


                .registerManagedResource(description("Template Managed Resource, responsible for handling imports operations of templates sites."));

        ManagedResource.Registration templateType = template.registerSubResource("{template-type: portal|group|user}",
                description("Management resource responsible for handling management operations for a template's import."));

        templateType.registerOperationHandler(OperationNames.IMPORT_RESOURCE, new TemplateImportResource(),
                description("Imports template data from an zip file."));

    }
View Full Code Here

TOP

Related Classes of org.exoplatform.portal.mop.management.operations.TemplateImportResource

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.