Package org.apache.lenya.cms.publication

Examples of org.apache.lenya.cms.publication.ResourcesManager.deleteResource()


            List nodes = new ArrayList();
            nodes.addAll(Arrays.asList(theResource.getRepositoryNodes()));
            lockInvolvedObjects((Transactionable[])nodes.toArray(new Transactionable[nodes.size()]));

            // Delete the resource
            resourcesManager.deleteResource(theResource);

        } catch (final Exception e) {
            getLogger().error("The resource could not be deleted: ", e);
            addErrorMessage("The resource could not be deleted (see log files for details).");
        } finally {
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.