Package org.apache.syncope.console.resources

Examples of org.apache.syncope.console.resources.WorkflowDefGETResource


            private static final long serialVersionUID = -128426276529456602L;

            @Override
            public IResource getResource() {
                return new WorkflowDefGETResource();
            }
        });
        mountResource("/workflowDefPUT", new ResourceReference("workflowDefPUT") {

            private static final long serialVersionUID = -128426276529456602L;
View Full Code Here

TOP

Related Classes of org.apache.syncope.console.resources.WorkflowDefGETResource

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.