├── .gitignore ├── components └── governance │ ├── org.wso2.carbon.governance.lcm.ui │ └── src │ │ └── main │ │ └── resources │ │ └── web │ │ └── lcm │ │ ├── images │ │ ├── up.gif │ │ ├── add.gif │ │ ├── down.gif │ │ ├── lcm.gif │ │ ├── line.png │ │ ├── delete.gif │ │ ├── seperator.gif │ │ ├── sequences.gif │ │ ├── toobarBack.gif │ │ ├── design-view.gif │ │ ├── line-branch.png │ │ ├── node-normal.gif │ │ ├── source-view.gif │ │ ├── tab-selected.gif │ │ ├── icon-tree-dot.gif │ │ ├── icon-tree-minus.gif │ │ ├── icon-tree-minus.jpg │ │ ├── icon-tree-plus.gif │ │ ├── icon-tree-plus.jpg │ │ ├── mediation-icon.gif │ │ ├── node-selected.gif │ │ ├── tab-unselected.gif │ │ └── icon-tree-plus-alone.jpg │ │ ├── docs │ │ └── images │ │ │ ├── view_lc.png │ │ │ ├── cantedit.png │ │ │ └── add_edit_lc.png │ │ ├── nameinusecheck_lcm_ajaxprocessor.jsp │ │ └── delete_lcm-ajaxprocessor.jsp │ ├── org.wso2.carbon.governance.list.ui │ └── src │ │ └── main │ │ └── resources │ │ ├── web │ │ ├── listWSDL │ │ │ ├── images │ │ │ │ ├── wsdl.gif │ │ │ │ ├── schema.gif │ │ │ │ ├── policies.gif │ │ │ │ ├── services.gif │ │ │ │ └── delete-desable.gif │ │ │ ├── docs │ │ │ │ └── images │ │ │ │ │ └── wsdlList.png │ │ │ └── wsdl_name_filter_ajaxprocessor.jsp │ │ ├── listPolicy │ │ │ ├── images │ │ │ │ ├── wsdl.gif │ │ │ │ ├── schema.gif │ │ │ │ ├── policies.gif │ │ │ │ ├── services.gif │ │ │ │ └── delete-desable.gif │ │ │ ├── docs │ │ │ │ └── images │ │ │ │ │ └── listPolicy.png │ │ │ └── policy_name_filter_ajaxprocessor.jsp │ │ ├── listSchema │ │ │ ├── images │ │ │ │ ├── wsdl.gif │ │ │ │ ├── schema.gif │ │ │ │ ├── policies.gif │ │ │ │ ├── services.gif │ │ │ │ └── delete-desable.gif │ │ │ ├── docs │ │ │ │ └── images │ │ │ │ │ └── schemaList.png │ │ │ └── schema_name_filter_ajaxprocessor.jsp │ │ ├── listService │ │ │ ├── images │ │ │ │ ├── schema.gif │ │ │ │ ├── wsdl.gif │ │ │ │ ├── policies.gif │ │ │ │ ├── services.gif │ │ │ │ └── delete-desable.gif │ │ │ └── docs │ │ │ │ └── images │ │ │ │ ├── listService.png │ │ │ │ └── servicebyWSDL.png │ │ └── list │ │ │ └── list-i18n-ajaxprocessor.jsp │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── list │ │ └── ui │ │ └── i18n │ │ └── JSResources.properties │ ├── org.wso2.carbon.governance.generic.ui │ └── src │ │ └── main │ │ └── resources │ │ ├── web │ │ └── generic │ │ │ ├── images │ │ │ ├── add1.png │ │ │ ├── add2.png │ │ │ ├── add3.png │ │ │ ├── add4.png │ │ │ ├── add5.png │ │ │ ├── add6.png │ │ │ ├── add7.png │ │ │ ├── add8.png │ │ │ ├── add9.png │ │ │ ├── rxt.png │ │ │ ├── add10.png │ │ │ ├── add11.png │ │ │ ├── add12.png │ │ │ ├── add13.png │ │ │ ├── add14.png │ │ │ ├── add15.png │ │ │ ├── add16.png │ │ │ ├── add17.png │ │ │ ├── add18.png │ │ │ ├── add19.png │ │ │ ├── add20.png │ │ │ ├── add21.png │ │ │ ├── add22.png │ │ │ ├── add23.png │ │ │ ├── add24.png │ │ │ ├── add25.png │ │ │ ├── add26.png │ │ │ ├── add27.png │ │ │ ├── add28.png │ │ │ ├── add29.png │ │ │ ├── add30.png │ │ │ ├── list1.png │ │ │ ├── list10.png │ │ │ ├── list11.png │ │ │ ├── list12.png │ │ │ ├── list13.png │ │ │ ├── list14.png │ │ │ ├── list15.png │ │ │ ├── list16.png │ │ │ ├── list17.png │ │ │ ├── list18.png │ │ │ ├── list19.png │ │ │ ├── list2.png │ │ │ ├── list20.png │ │ │ ├── list21.png │ │ │ ├── list22.png │ │ │ ├── list23.png │ │ │ ├── list24.png │ │ │ ├── list25.png │ │ │ ├── list26.png │ │ │ ├── list27.png │ │ │ ├── list28.png │ │ │ ├── list29.png │ │ │ ├── list3.png │ │ │ ├── list30.png │ │ │ ├── list4.png │ │ │ ├── list5.png │ │ │ ├── list6.png │ │ │ ├── list7.png │ │ │ ├── list8.png │ │ │ ├── list9.png │ │ │ ├── expandall.gif │ │ │ ├── services1.gif │ │ │ ├── ajax-loader.gif │ │ │ ├── configure1.png │ │ │ ├── configure10.png │ │ │ ├── configure11.png │ │ │ ├── configure12.png │ │ │ ├── configure13.png │ │ │ ├── configure14.png │ │ │ ├── configure15.png │ │ │ ├── configure16.png │ │ │ ├── configure17.png │ │ │ ├── configure18.png │ │ │ ├── configure19.png │ │ │ ├── configure2.png │ │ │ ├── configure20.png │ │ │ ├── configure21.png │ │ │ ├── configure22.png │ │ │ ├── configure23.png │ │ │ ├── configure24.png │ │ │ ├── configure25.png │ │ │ ├── configure26.png │ │ │ ├── configure27.png │ │ │ ├── configure3.png │ │ │ ├── configure4.png │ │ │ ├── configure5.png │ │ │ ├── configure6.png │ │ │ ├── configure7.png │ │ │ ├── configure8.png │ │ │ ├── configure9.png │ │ │ ├── contractall.gif │ │ │ ├── delete-desable.gif │ │ │ └── treeview-sprite.gif │ │ │ ├── js │ │ │ └── tinyxmlw3cdom.js │ │ │ └── docs │ │ │ └── images │ │ │ ├── addAPI.png │ │ │ ├── addURI.png │ │ │ ├── apiList.png │ │ │ ├── heading.png │ │ │ ├── table.png │ │ │ ├── uriList.png │ │ │ ├── heading-1.png │ │ │ ├── heading-2.png │ │ │ ├── heading-3.png │ │ │ ├── heading-4.png │ │ │ ├── heading-5.png │ │ │ ├── heading-6.png │ │ │ ├── heading-7.png │ │ │ ├── add_artifact_url.png │ │ │ ├── service_ui_config.png │ │ │ ├── unbounded-field.png │ │ │ └── add_artifact_local.png │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── generic │ │ └── ui │ │ └── i18n │ │ └── JSResources.properties │ ├── org.wso2.carbon.governance.taxonomy.ui │ └── src │ │ └── main │ │ └── resources │ │ ├── web │ │ └── taxonomy │ │ │ ├── images │ │ │ ├── up.gif │ │ │ ├── add.gif │ │ │ ├── down.gif │ │ │ ├── line.png │ │ │ ├── delete.gif │ │ │ ├── seperator.gif │ │ │ ├── sequences.gif │ │ │ ├── taxonomy.gif │ │ │ ├── toobarBack.gif │ │ │ ├── design-view.gif │ │ │ ├── line-branch.png │ │ │ ├── node-normal.gif │ │ │ ├── source-view.gif │ │ │ ├── tab-selected.gif │ │ │ ├── icon-tree-dot.gif │ │ │ ├── icon-tree-minus.gif │ │ │ ├── icon-tree-minus.jpg │ │ │ ├── icon-tree-plus.gif │ │ │ ├── icon-tree-plus.jpg │ │ │ ├── mediation-icon.gif │ │ │ ├── node-selected.gif │ │ │ ├── tab-unselected.gif │ │ │ └── icon-tree-plus-alone.jpg │ │ │ ├── enable_disable_taxonomy.jsp │ │ │ └── delete_taxonomy-ajaxprocessor.jsp │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── taxonomy │ │ └── ui │ │ └── i18n │ │ └── JSResources.properties │ ├── org.wso2.carbon.governance.api │ └── src │ │ ├── test │ │ └── resources │ │ │ ├── user-test │ │ │ ├── WSO2CARBON_DB_CLEAR.h2.db │ │ │ └── test-log4j.xml │ │ │ └── carbon-home │ │ │ ├── repository │ │ │ ├── resources │ │ │ │ ├── security │ │ │ │ │ ├── wso2carbon.jks │ │ │ │ │ └── client-truststore.jks │ │ │ │ └── README.txt │ │ │ ├── deployment │ │ │ │ ├── README.txt │ │ │ │ └── server │ │ │ │ │ ├── axis2modules │ │ │ │ │ └── modules.list │ │ │ │ │ └── axis2services │ │ │ │ │ └── services.list │ │ │ ├── components │ │ │ │ └── README.txt │ │ │ ├── database │ │ │ │ └── README.txt │ │ │ ├── logs │ │ │ │ └── README.txt │ │ │ └── conf │ │ │ │ └── etc │ │ │ │ ├── mime.mappings │ │ │ │ └── jmx.xml │ │ │ ├── lib │ │ │ ├── README.txt │ │ │ └── transactions.properties │ │ │ ├── bin │ │ │ ├── version.txt │ │ │ ├── wso2carbon-version.txt │ │ │ └── yajsw │ │ │ │ └── README.txt │ │ │ ├── tmp │ │ │ └── README │ │ │ └── webapp-mode │ │ │ └── README.txt │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── wso2 │ │ │ └── carbon │ │ │ └── governance │ │ │ └── api │ │ │ ├── cache │ │ │ └── ArtifactCacheFactory.java │ │ │ ├── endpoints │ │ │ └── dataobjects │ │ │ │ └── Endpoint.java │ │ │ ├── generic │ │ │ └── dataobjects │ │ │ │ └── DetachedGenericArtifact.java │ │ │ ├── policies │ │ │ └── dataobjects │ │ │ │ └── Policy.java │ │ │ ├── schema │ │ │ └── dataobjects │ │ │ │ └── Schema.java │ │ │ └── wsdls │ │ │ └── WsdlFilter.java │ │ └── assembly │ │ └── docs.xml │ ├── org.wso2.carbon.governance.gadgets.ui │ └── src │ │ └── main │ │ └── resources │ │ ├── web │ │ └── impactAnalysis │ │ │ ├── css │ │ │ ├── col1.png │ │ │ ├── col2.png │ │ │ ├── gradient.png │ │ │ └── RGraph.css │ │ │ └── images │ │ │ └── tree-inout.png │ │ └── META-INF │ │ └── component.xml │ ├── org.wso2.carbon.governance.notifications.ui │ └── src │ │ └── main │ │ ├── resources │ │ └── web │ │ │ ├── worklist │ │ │ ├── images │ │ │ │ └── popupPointer.png │ │ │ ├── complete-task-ajaxprocessor.jsp │ │ │ └── create-task-ajaxprocessor.jsp │ │ │ └── notifications │ │ │ ├── images │ │ │ └── notifications.gif │ │ │ ├── docs │ │ │ └── images │ │ │ │ ├── resource_tree.png │ │ │ │ ├── HierSubscriptions.png │ │ │ │ ├── add_subscription.png │ │ │ │ ├── edit_subscription.png │ │ │ │ ├── manage_notifications.png │ │ │ │ ├── registry_subscription.png │ │ │ │ ├── notificationSubscriptionResource.png │ │ │ │ └── notificationSubscriptionCollection.png │ │ │ └── js │ │ │ └── paginate.js │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── notifications │ │ └── ui │ │ └── Utils.java │ ├── org.wso2.carbon.governance.custom.lifecycles.history.ui │ └── src │ │ └── main │ │ └── resources │ │ └── web │ │ └── history │ │ └── images │ │ ├── icon-expanded.gif │ │ └── icon-minimized.gif │ ├── org.wso2.carbon.governance.custom.lifecycles.checklist.ui │ └── src │ │ └── main │ │ └── resources │ │ ├── web │ │ └── lifecycles │ │ │ ├── images │ │ │ ├── icon-expanded.gif │ │ │ └── icon-minimized.gif │ │ │ ├── add_aspect_ajaxprocessor.jsp │ │ │ ├── setDefault_aspect_ajaxprocessor.jsp │ │ │ ├── remove_aspect_ajaxprocessor.jsp │ │ │ └── invoke_aspect_ajaxprocessor.jsp │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── custom │ │ └── lifecycles │ │ └── checklist │ │ └── ui │ │ └── i18n │ │ └── Resources.properties │ ├── org.wso2.carbon.governance.registry.extensions │ └── src │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── registry │ │ └── extensions │ │ ├── handlers │ │ └── WadlMediaTypeHandler.java │ │ ├── discoveryagents │ │ ├── ExistArtifactStrategy.java │ │ ├── OrphanArtifactStrategy.java │ │ ├── DiscoveryAgentException.java │ │ └── AbstractDiscoveryAgent.java │ │ ├── validators │ │ └── aggregators │ │ │ ├── AndAggregator.java │ │ │ ├── OrAggregator.java │ │ │ └── IfThenAggregator.java │ │ └── beans │ │ └── CustomCodeBean.java │ ├── org.wso2.carbon.governance.gadgets │ └── org.wso2.carbon.governance.gadgets.impactanalysis │ │ ├── temp.xml │ │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── gadgets │ │ └── impactanalysis │ │ └── beans │ │ └── ImpactBean.java │ ├── org.wso2.carbon.governance.gadgetsource │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── wso2 │ │ │ └── carbon │ │ │ └── governance │ │ │ └── gadgetsource │ │ │ └── beans │ │ │ ├── ServiceInfoGadgetBean.java │ │ │ ├── SchemaSharingInfoGadgetBean.java │ │ │ ├── ServiceVersionHistogramGadgetBean.java │ │ │ ├── LifecyclePiechartGadgetBean.java │ │ │ └── LifecycleStageInfoBean.java │ │ └── resources │ │ └── META-INF │ │ └── services.xml │ ├── org.wso2.carbon.governance.comparator │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── wso2 │ │ │ └── carbon │ │ │ └── governance │ │ │ └── comparator │ │ │ ├── wadl │ │ │ ├── Application.java │ │ │ └── WADLComparator.java │ │ │ ├── DiffGeneratorFactory.java │ │ │ ├── rxt │ │ │ ├── RXTComparator.java │ │ │ └── RXT.java │ │ │ ├── Comparator.java │ │ │ ├── schema │ │ │ └── SchemaComparator.java │ │ │ ├── ComparisonException.java │ │ │ └── TextDiffGeneratorFactory.java │ │ └── test │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── comparator │ │ └── TestDiffGeneratorFactory.java │ ├── org.wso2.carbon.governance.common │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── common │ │ ├── GovernanceConfigurationService.java │ │ └── GovernanceConfigurationException.java │ ├── org.wso2.carbon.governance.list │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── wso2 │ │ │ └── carbon │ │ │ └── governance │ │ │ └── list │ │ │ └── operations │ │ │ ├── MessageProcessor.java │ │ │ └── util │ │ │ └── OperationUtil.java │ │ └── resources │ │ └── META-INF │ │ └── services.xml │ ├── org.wso2.carbon.governance.wsdltool.ui │ └── src │ │ └── main │ │ └── resources │ │ └── META-INF │ │ └── component.xml │ ├── org.wso2.carbon.governance.rest.api │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── rest │ │ └── api │ │ ├── RestApiBasicAuthenticationException.java │ │ └── util │ │ └── CommonConstants.java │ ├── org.wso2.carbon.governance.taxonomy │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── wso2 │ │ │ └── carbon │ │ │ └── governance │ │ │ └── taxonomy │ │ │ ├── util │ │ │ └── TaxonomyConstants.java │ │ │ └── beans │ │ │ └── PaginationBean.java │ │ └── resources │ │ └── META-INF │ │ └── services.xml │ ├── org.wso2.carbon.governance.lcm │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── lcm │ │ └── beans │ │ ├── LifeCycleCheckListItemBean.java │ │ ├── ScriptBean.java │ │ ├── ChecklistBean.java │ │ ├── ScriptFunctionBean.java │ │ ├── PermissionBean.java │ │ ├── ScriptElementBean.java │ │ ├── LifeCycleApprovalBean.java │ │ └── LifeCycleActionsBean.java │ ├── org.wso2.carbon.governance.client │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── client │ │ └── WSRegistrySearchUtils.java │ ├── org.wso2.carbon.governance.dashboardpopulator │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── wso2 │ │ └── carbon │ │ └── governance │ │ └── dashboardpopulator │ │ └── DashboardPopulatorException.java │ ├── org.wso2.carbon.governance.wsdltool │ └── src │ │ └── main │ │ └── resources │ │ └── META-INF │ │ └── services.xml │ └── org.wso2.carbon.governance.custom.lifecycles.checklist │ └── src │ └── main │ └── java │ └── org │ └── wso2 │ └── carbon │ └── governance │ └── custom │ └── lifecycles │ └── checklist │ └── util │ └── Property.java ├── features ├── extensions │ └── org.wso2.carbon.registry.extensions.server.feature │ │ └── resources │ │ ├── build.properties │ │ └── rxts │ │ ├── policy.rxt │ │ ├── swagger.rxt │ │ ├── wadl.rxt │ │ ├── schema.rxt │ │ └── wsdl.rxt ├── lifecycle-management │ └── org.wso2.carbon.governance.lifecycle.management.server.feature │ │ └── resources │ │ └── build.properties └── taxonomy-management │ └── org.wso2.carbon.governance.taxonomy.management.server.feature │ └── resources │ └── p2.inf └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | target 3 | .classpath 4 | .settings 5 | .project 6 | *.i?? 7 | .idea 8 | atlassian-ide-plugin.xml 9 | pom.xml.versionsBackup 10 | *.versionsBackup 11 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/up.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/add.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/down.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/lcm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/lcm.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/line.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/delete.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/seperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/seperator.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/sequences.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/sequences.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/toobarBack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/toobarBack.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/wsdl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/wsdl.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add1.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add2.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add3.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add4.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add5.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add6.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add7.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add8.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add9.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/rxt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/rxt.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/docs/images/view_lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/docs/images/view_lc.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/design-view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/design-view.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/line-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/line-branch.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/node-normal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/node-normal.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/source-view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/source-view.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/tab-selected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/tab-selected.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/wsdl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/wsdl.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/wsdl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/wsdl.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/schema.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/schema.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/up.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test/WSO2CARBON_DB_CLEAR.h2.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test/WSO2CARBON_DB_CLEAR.h2.db -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add10.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add11.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add12.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add13.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add14.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add15.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add16.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add17.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add18.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add19.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add20.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add21.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add22.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add23.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add24.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add25.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add26.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add27.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add28.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add29.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/add30.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list1.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list10.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list11.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list12.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list13.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list14.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list15.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list16.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list17.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list18.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list19.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list2.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list20.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list21.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list22.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list23.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list24.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list25.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list26.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list27.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list28.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list29.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list3.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list30.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list4.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list5.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list6.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list7.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list8.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/list9.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/docs/images/cantedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/docs/images/cantedit.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-dot.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-minus.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-minus.jpg -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-plus.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-plus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-plus.jpg -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/mediation-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/mediation-icon.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/node-selected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/node-selected.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/tab-unselected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/tab-unselected.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/schema.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/schema.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/schema.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/schema.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/schema.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/schema.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/wsdl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/wsdl.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/policies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/policies.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/services.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/services.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/add.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/down.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/line.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/col1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/col1.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/col2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/col2.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/expandall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/expandall.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/services1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/services1.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/js/tinyxmlw3cdom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/js/tinyxmlw3cdom.js -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/docs/images/add_edit_lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/docs/images/add_edit_lc.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/policies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/policies.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/services.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/services.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/policies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/policies.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/services.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/services.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/policies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/policies.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/services.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/services.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/delete.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/gradient.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/addAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/addAPI.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/addURI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/addURI.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/apiList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/apiList.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/table.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/uriList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/uriList.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/ajax-loader.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure1.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure10.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure11.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure12.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure13.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure14.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure15.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure16.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure17.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure18.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure19.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure2.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure20.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure21.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure22.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure23.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure24.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure25.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure26.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure27.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure3.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure4.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure5.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure6.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure7.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure8.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/configure9.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/contractall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/contractall.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-plus-alone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/images/icon-tree-plus-alone.jpg -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/docs/images/wsdlList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/docs/images/wsdlList.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/delete-desable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/images/delete-desable.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/seperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/seperator.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/sequences.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/sequences.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/taxonomy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/taxonomy.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/toobarBack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/toobarBack.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-1.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-2.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-3.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-4.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-5.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-6.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/heading-7.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/delete-desable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/delete-desable.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/delete-desable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/images/delete-desable.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/delete-desable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/images/delete-desable.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/design-view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/design-view.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/line-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/line-branch.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/node-normal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/node-normal.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/source-view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/source-view.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/tab-selected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/tab-selected.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/images/tree-inout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/images/tree-inout.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/treeview-sprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/images/treeview-sprite.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/docs/images/listPolicy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/docs/images/listPolicy.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/docs/images/schemaList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/docs/images/schemaList.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/docs/images/listService.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/docs/images/listService.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/delete-desable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/images/delete-desable.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-dot.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-minus.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-minus.jpg -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-plus.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-plus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-plus.jpg -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/mediation-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/mediation-icon.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/node-selected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/node-selected.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/tab-unselected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/tab-unselected.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/docs/images/servicebyWSDL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listService/docs/images/servicebyWSDL.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/worklist/images/popupPointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/worklist/images/popupPointer.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/add_artifact_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/add_artifact_url.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/service_ui_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/service_ui_config.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/unbounded-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/unbounded-field.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-plus-alone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/images/icon-tree-plus-alone.jpg -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/add_artifact_local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/web/generic/docs/images/add_artifact_local.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/resources/security/wso2carbon.jks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/resources/security/wso2carbon.jks -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/images/notifications.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/images/notifications.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.history.ui/src/main/resources/web/history/images/icon-expanded.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.custom.lifecycles.history.ui/src/main/resources/web/history/images/icon-expanded.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.history.ui/src/main/resources/web/history/images/icon-minimized.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.custom.lifecycles.history.ui/src/main/resources/web/history/images/icon-minimized.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/resource_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/resource_tree.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/resources/security/client-truststore.jks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/resources/security/client-truststore.jks -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/HierSubscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/HierSubscriptions.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/add_subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/add_subscription.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/edit_subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/edit_subscription.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/images/icon-expanded.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/images/icon-expanded.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/images/icon-minimized.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/images/icon-minimized.gif -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/manage_notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/manage_notifications.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/registry_subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/registry_subscription.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/notificationSubscriptionResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/notificationSubscriptionResource.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/notificationSubscriptionCollection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/this/carbon-governance/master/components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/docs/images/notificationSubscriptionCollection.png -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/lib/README.txt: -------------------------------------------------------------------------------- 1 | CARBON_HOME/lib contains all the libraries necessary to run Carbon in 2 | standalone mode 3 | 4 | 1. endorsed 5 | Endorsed Java libraries. 6 | 7 | 2. tomcat 8 | Temporary files created by the JSP compiler are stored here. 9 | 10 | 3. README.txt 11 | This file. 12 | 13 | 4. transactions.properties 14 | Atomikos properties file. 15 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/deployment/README.txt: -------------------------------------------------------------------------------- 1 | This directory can be used to deploy all kind of deployable artifacts in Carbon. 2 | The 'server' directory is the place to deploy all your services, modules etc. 3 | The 'client' directory is used as the client side repository for all admin service 4 | calls internally in Carbon. 5 | 6 | You can have following directories inside the 'server' folder 7 | 8 | axis2services - for AAR service deployment 9 | axis2modules - for .mar module deployment 10 | servicejars - for JAX-WS service deployment 11 | dataservices - for data service deployment 12 | webapps - Directory used for hosting webapps 13 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/web/impactAnalysis/css/RGraph.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ -------------------------------------------------------------------------------- /features/extensions/org.wso2.carbon.registry.extensions.server.feature/resources/build.properties: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | 16 | custom = true 17 | root.governance-rxts=rxts 18 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/handlers/WadlMediaTypeHandler.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # carbon-governance 2 | --- 3 | 4 | | Branch | Build Status | 5 | | :------------ |:------------- 6 | | Java 7 | [![Build Status](https://wso2.org/jenkins/job/carbon-governance/badge/icon)](https://wso2.org/jenkins/job/carbon-governance) | 7 | | Java 8 | [![Build Status](https://wso2.org/jenkins/job/carbon-governance__java8/badge/icon)](https://wso2.org/jenkins/job/carbon-governance__java8/) | 8 | 9 | 10 | --- 11 | 12 | ## How to Contribute 13 | * Please report issues at [Registry JIRA] (https://wso2.org/jira/browse/REGISTRY). 14 | * Send your bug fixes pull requests to [master branch] (https://github.com/wso2/carbon-governance/tree/master) 15 | 16 | ## Contact us 17 | WSO2 Carbon developers can be contacted via the mailing lists: 18 | 19 | * Carbon Developers List : dev@wso2.org 20 | * Carbon Architecture List : architecture@wso2.org 21 | 22 | -------------------------------------------------------------------------------- /features/lifecycle-management/org.wso2.carbon.governance.lifecycle.management.server.feature/resources/build.properties: -------------------------------------------------------------------------------- 1 | 2 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | 17 | custom = true 18 | root.governance-lifecycles=lifecycles 19 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets/org.wso2.carbon.governance.gadgets.impactanalysis/temp.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/enable_disable_taxonomy.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <% 20 | 21 | 22 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/bin/version.txt: -------------------------------------------------------------------------------- 1 | ${product.name} v${product.version} 2 | # ---------------------------------------------------------------------------- 3 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 4 | # 5 | # Licensed under the Apache License, Version 2.0 (the "License"); 6 | # you may not use this file except in compliance with the License. 7 | # You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | # ----------------------------------------------------------------------------- -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/components/README.txt: -------------------------------------------------------------------------------- 1 | This directory contains all OSGi specific stuff in Carbon. Usages of each and 2 | every directory are as follows. 3 | 4 | 1. plugins 5 | This contains all OSGi bundles that are used to run the server. 6 | 7 | 2. p2 8 | Contains Carbon provisioning (p2) related configuration files. 9 | 10 | 3. lib 11 | If you want any third part libraries to be used as OSGi bundles in the 12 | system, copy those libraries into this directory. 13 | 14 | 4. dropins 15 | If you have OSGi bundles that should be added to Carbon, copy 16 | those into this directory. 17 | 18 | 5. configuration 19 | OSGi specific configuration files. 20 | 21 | 6. extensions 22 | Directory to drop non-OSGi libraries which should become system extensions 23 | in the OSGi environment. 24 | 25 | 7. patches 26 | Directory to drop OSGi level patches. 27 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/bin/wso2carbon-version.txt: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | WSO2 Carbon Framework v${carbon.version} 19 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/deployment/server/axis2modules/modules.list: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | addressing-1.41 -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/deployment/server/axis2services/services.list: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | HelloWorld.aar 19 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/database/README.txt: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | Application database resides in this directory. 19 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgetsource/src/main/java/org/wso2/carbon/governance/gadgetsource/beans/ServiceInfoGadgetBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.gadgetsource.beans; 19 | 20 | public class ServiceInfoGadgetBean { 21 | } 22 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgetsource/src/main/java/org/wso2/carbon/governance/gadgetsource/beans/SchemaSharingInfoGadgetBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.gadgetsource.beans; 19 | 20 | public class SchemaSharingInfoGadgetBean { 21 | } 22 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/logs/README.txt: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | CARBON_HOME/repository/logs contains all log files created during execution -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgetsource/src/main/java/org/wso2/carbon/governance/gadgetsource/beans/ServiceVersionHistogramGadgetBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.gadgetsource.beans; 19 | 20 | public class ServiceVersionHistogramGadgetBean { 21 | } 22 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/wadl/Application.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator.wadl; 20 | 21 | public class Application { 22 | 23 | //TODO move this into commons 24 | } 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.common/src/main/java/org/wso2/carbon/governance/common/GovernanceConfigurationService.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.common; 18 | 19 | public interface GovernanceConfigurationService { 20 | 21 | public GovernanceConfiguration getGovernanceConfiguration(); 22 | } 23 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/DiffGeneratorFactory.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator; 20 | 21 | public interface DiffGeneratorFactory { 22 | 23 | public DiffGenerator getDiffGenerator(); 24 | } 25 | -------------------------------------------------------------------------------- /features/taxonomy-management/org.wso2.carbon.governance.taxonomy.management.server.feature/resources/p2.inf: -------------------------------------------------------------------------------- 1 | ; Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 2 | ; 3 | ; Licensed under the Apache License, Version 2.0 (the "License"); 4 | ; you may not use this file except in compliance with the License. 5 | ; You may obtain a copy of the License at 6 | ; 7 | ; http://www.apache.org/licenses/LICENSE-2.0 8 | ; 9 | ; Unless required by applicable law or agreed to in writing, software 10 | ; distributed under the License is distributed on an "AS IS" BASIS, 11 | ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | ; See the License for the specific language governing permissions and 13 | ; limitations under the License. 14 | 15 | 16 | instructions.configure = \ 17 | org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.governance.taxonomy.management.server_${feature.version}/taxonomy.xsd,target:${installFolder}/../../resources/taxonomy.xsd,overwrite:true);\ 18 | 19 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/resources/README.txt: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | Contains additional resources that may be required by Carbon 19 | 20 | 1. security 21 | Security related resource files such as keystores -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/discoveryagents/ExistArtifactStrategy.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.registry.extensions.discoveryagents; 20 | 21 | public enum ExistArtifactStrategy { 22 | IGNORE, REMOVE, CUSTOM; 23 | } 24 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/discoveryagents/OrphanArtifactStrategy.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.registry.extensions.discoveryagents; 20 | 21 | public enum OrphanArtifactStrategy { 22 | IGNORE, REMOVE, CUSTOM; 23 | } 24 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/rxt/RXTComparator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator.rxt; 20 | 21 | import org.wso2.carbon.governance.comparator.Comparator; 22 | 23 | public interface RXTComparator extends Comparator { 24 | } 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/wadl/WADLComparator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator.wadl; 20 | 21 | import org.wso2.carbon.governance.comparator.Comparator; 22 | 23 | public interface WADLComparator extends Comparator { 24 | } 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/cache/ArtifactCacheFactory.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.api.cache; 20 | 21 | public class ArtifactCacheFactory { 22 | 23 | public static ArtifactCache createArtifactCache() { 24 | return new ArtifactCache(); 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/operations/MessageProcessor.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2012, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.list.operations; 18 | 19 | import org.apache.axis2.AxisFault; 20 | import org.apache.axis2.context.MessageContext; 21 | 22 | public interface MessageProcessor { 23 | MessageContext process(MessageContext messageContext) throws AxisFault; 24 | } 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/notifications/js/paginate.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | function submitSubscription(page, pageNumber){ 18 | sessionAwareFunction(function(){ 19 | location.href="notifications.jsp?region=region1&item=governance_notification_menu&requestedPage="+pageNumber; 20 | 21 | }, org_wso2_carbon_governance_notifications_ui_jsi18n["session.timed.out"]) 22 | 23 | } -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.wsdltool.ui/src/main/resources/META-INF/component.xml: -------------------------------------------------------------------------------- 1 | 18 | 19 | 20 | add 21 | application/vnd.wso2-mex+xml 22 | ../governance/service/import/mex_add_ajaxprocessor.jsp 23 | 24 | 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/org/wso2/carbon/governance/list/ui/i18n/JSResources.properties: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | are.you.sure.you.want.to.delete=Are you sure you want to delete 18 | permanently=permanently? 19 | session.timed.out=Session timed out. Please login again. 20 | failed.to.delete=Failed to delete -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/tmp/README: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | CARBON_HOME/tmp Used for storing temporary files, and is pointed to by the 19 | java.io.tmpdir System property 20 | 21 | 1. work 22 | Directory where Carbon may store various files. This directory will be 23 | periodically cleaned up by the Carbon Housekeeping task -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/list/list-i18n-ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ taglib prefix="carbon" uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar" %> 20 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listWSDL/wsdl_name_filter_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <% 19 | 20 | // Remove preceding spaces from the search name 21 | String wsdlName = request.getParameter("WSDL_Name"); 22 | wsdlName = wsdlName.replaceAll("^\\s+", ""); 23 | response.sendRedirect("../listWSDL/wsdl.jsp?wsdlkey="+wsdlName+"&filter=filter®ion=region3&item=governance_list_wsdl_menu"); 24 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/Comparator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.comparator; 19 | 20 | public interface Comparator { 21 | 22 | public void init(); 23 | 24 | public void compare(T base, T changed, Comparison comparison) throws ComparisonException; 25 | 26 | public boolean isSupportedMediaType(String mediaType); 27 | 28 | 29 | } 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.rest.api/src/main/java/org/wso2/carbon/governance/rest/api/RestApiBasicAuthenticationException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.rest.api; 20 | 21 | import org.wso2.carbon.user.api.UserStoreException; 22 | 23 | public class RestApiBasicAuthenticationException extends Throwable { 24 | public RestApiBasicAuthenticationException(String s, UserStoreException e) { 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/endpoints/dataobjects/Endpoint.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package org.wso2.carbon.governance.api.endpoints.dataobjects; 17 | 18 | import org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact; 19 | 20 | public interface Endpoint extends GovernanceArtifact { 21 | 22 | /** 23 | * Method to obtain the endpoint URL. 24 | * 25 | * @return the endpoint URL. 26 | */ 27 | String getUrl(); 28 | } 29 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listPolicy/policy_name_filter_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <% 19 | 20 | // Remove preceding spaces from the search name 21 | String policyName = request.getParameter("Policy_Name"); 22 | policyName = policyName.replaceAll("^\\s+", ""); 23 | 24 | response.sendRedirect("../listPolicy/policy.jsp?policykey=" + policyName + "&filter=filter®ion=region3&item=governance_list_policy_menu"); 25 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list.ui/src/main/resources/web/listSchema/schema_name_filter_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <% 19 | 20 | // Remove preceding spaces from the search name 21 | String schemaName = request.getParameter("Schema_Name"); 22 | schemaName = schemaName.replaceAll("^\\s+", ""); 23 | 24 | response.sendRedirect("../listSchema/schema.jsp?schemakey=" + schemaName + "&filter=filter®ion=region3&item=governance_list_schema_menu"); 25 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.common/src/main/java/org/wso2/carbon/governance/common/GovernanceConfigurationException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.common; 18 | 19 | public class GovernanceConfigurationException extends Exception { 20 | 21 | public GovernanceConfigurationException(Exception e){ 22 | super(e); 23 | } 24 | 25 | public GovernanceConfigurationException(String message, Throwable cause) { 26 | super(message, cause); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/schema/SchemaComparator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator.schema; 20 | 21 | import com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription; 22 | import org.wso2.carbon.governance.comparator.Comparator; 23 | //TODO change Comparator to WS 24 | public interface SchemaComparator extends Comparator { 25 | } 26 | -------------------------------------------------------------------------------- /features/extensions/org.wso2.carbon.registry.extensions.server.feature/resources/rxts/policy.rxt: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | /trunk/policies/@{version}/@{name} 19 | 20 | 21 | Version 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/conf/etc/mime.mappings: -------------------------------------------------------------------------------- 1 | # 2 | # Copyright 2005-2011 WSO2, Inc. (http://wso2.com) 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | 17 | # This file is to define the human readable media type for a mime type. 18 | # Eg:- 19 | # text/plain txt text 20 | application/wsdl+xml WSDL 21 | application/x-xsd+xml Schema 22 | application/policy+xml Policy 23 | application/vnd.wso2-service+xml Service 24 | application/vnd.wso2-hyperlink Hyperlink 25 | application/vnd.wso2.endpoint Endpoint 26 | application/vnd.wso2-api+xml API 27 | application/vnd.wso2-uri+xml URI 28 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/java/org/wso2/carbon/governance/notifications/ui/Utils.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.notifications.ui; 18 | 19 | import org.apache.commons.logging.Log; 20 | import org.apache.commons.logging.LogFactory; 21 | 22 | import javax.servlet.http.HttpServletRequest; 23 | 24 | public class Utils { 25 | 26 | public static Object getParameter(HttpServletRequest request, String paramName) { 27 | return request.getParameter(paramName); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/operations/util/OperationUtil.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.list.operations.util; 18 | 19 | import org.apache.axis2.AxisFault; 20 | 21 | public class OperationUtil { 22 | 23 | public static void handleException(String msg, Exception e) throws AxisFault{ 24 | throw new AxisFault(msg, e); 25 | } 26 | 27 | public static void handleException(String msg) throws AxisFault{ 28 | throw new AxisFault(msg); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/discoveryagents/DiscoveryAgentException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.registry.extensions.discoveryagents; 18 | 19 | public class DiscoveryAgentException extends Exception { 20 | 21 | public DiscoveryAgentException(String message) { 22 | super(message); 23 | } 24 | 25 | public DiscoveryAgentException(String message, Throwable cause) { 26 | super(message, cause); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy/src/main/java/org/wso2/carbon/governance/taxonomy/util/TaxonomyConstants.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.taxonomy.util; 20 | 21 | import static org.wso2.carbon.registry.core.RegistryConstants.GOVERNANCE_COMPONENT_PATH; 22 | 23 | public final class TaxonomyConstants { 24 | public static final String TAXONOMY_MEDIA_TYPE = "application/taxo+xml"; 25 | public static final String TAXONOMY_CONFIGURATION_PATH = GOVERNANCE_COMPONENT_PATH + "/taxonomy/"; 26 | } 27 | -------------------------------------------------------------------------------- /features/extensions/org.wso2.carbon.registry.extensions.server.feature/resources/rxts/swagger.rxt: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | /apimgt/applicationdata/api-docs/@{version}/@{name} 20 | 21 | 22 | Version 23 | 24 | 25 | -------------------------------------------------------------------------------- /features/extensions/org.wso2.carbon.registry.extensions.server.feature/resources/rxts/wadl.rxt: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | /trunk/wadls/@{namespace}/@{version}/@{name} 19 | 20 | 21 | Version 22 | 23 | 24 | -------------------------------------------------------------------------------- /features/extensions/org.wso2.carbon.registry.extensions.server.feature/resources/rxts/schema.rxt: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | /trunk/schemas/@{namespace}/@{version}/@{name} 19 | 20 | 21 | Version 22 | 23 | 24 | -------------------------------------------------------------------------------- /features/extensions/org.wso2.carbon.registry.extensions.server.feature/resources/rxts/wsdl.rxt: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | /trunk/wsdls/@{namespace}/@{version}/@{name} 19 | 20 | 21 | Version 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/worklist/complete-task-ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | <%-- 2 | Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | 4 | WSO2 Inc. licenses this file to you under the Apache License, 5 | Version 2.0 (the "License"); you may not use this file except 6 | in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, 12 | software distributed under the License is distributed on an 13 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | KIND, either express or implied. See the License for the 15 | specific language governing permissions and limitations 16 | under the License. 17 | --%> 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %> 19 | <%@ page import="org.wso2.carbon.governance.notifications.ui.worklist.HumanTaskClient" %> 20 | <% 21 | try { 22 | HumanTaskClient client = new HumanTaskClient(config, session); 23 | client.completeTask(request.getParameter("id")); 24 | } catch (Exception e) { 25 | response.setStatus(500); 26 | %><%=e.getMessage()%><% 27 | } 28 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/add_aspect_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ page import="org.wso2.carbon.governance.custom.lifecycles.checklist.ui.processors.AddAspectProcessor" %> 20 | <% 21 | try { 22 | AddAspectProcessor.addAspect(request, config); 23 | } catch (Exception e) { 24 | response.setStatus(500); 25 | %><%=e.getMessage()%><% 26 | return; 27 | } 28 | %> 29 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/LifeCycleCheckListItemBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | import org.wso2.carbon.governance.api.common.util.CheckListItemBean; 22 | 23 | public class LifeCycleCheckListItemBean extends CheckListItemBean { 24 | 25 | private String visible; 26 | 27 | public String getVisible() { 28 | return visible; 29 | } 30 | 31 | public void setVisible(String visible) { 32 | this.visible = visible; 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/setDefault_aspect_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | 19 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 20 | <%@ page import="org.wso2.carbon.governance.custom.lifecycles.checklist.ui.processors.SetDefaultAspectProcessor" %> 21 | <% 22 | try { 23 | SetDefaultAspectProcessor.setDefaultAspect(request, config); 24 | } catch (Exception e) { 25 | response.setStatus(500); 26 | %><%=e.getMessage()%><% 27 | return; 28 | } 29 | %> 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/remove_aspect_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ page import="org.wso2.carbon.governance.custom.lifecycles.checklist.ui.processors.RemoveAspectProcessor" %> 20 | <% 21 | try { 22 | RemoveAspectProcessor.removeAspect(request, config); 23 | } catch (Exception e) { 24 | response.setStatus(500); 25 | %><%=e.getMessage()%><% 26 | return; 27 | } 28 | %> 29 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/org/wso2/carbon/governance/taxonomy/ui/i18n/JSResources.properties: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2016 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | session.timed.out=Session timed out. Please login again. 18 | failed.to.edit=Failed to edit taxonomy: 19 | failed.to.delete=Failed to delete taxonomy: 20 | are.you.sure.you.want.to.delete=Are you sure you want reset taxonomy to defaults 21 | failed.to.save=Failed to save taxonomy 22 | configuration.empty=Configuration is empty. Can not be saved. -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/web/lifecycles/invoke_aspect_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ page import="org.wso2.carbon.governance.custom.lifecycles.checklist.ui.processors.InvokeAspectProcessor" %> 20 | <% 21 | try { 22 | InvokeAspectProcessor.invokeAspect(request, config); 23 | } catch (Exception e) { 24 | response.setStatus(500); 25 | %><%=e.getMessage()%><% 26 | return; 27 | } 28 | %> 29 | 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/assembly/docs.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | docs 21 | 22 | zip 23 | 24 | false 25 | 26 | 27 | target/site/apidocs 28 | ${pom.artifactId}-${pom.version}-docs 29 | 644 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/ComparisonException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator; 20 | 21 | public class ComparisonException extends Exception { 22 | 23 | public ComparisonException(String message) { 24 | super(message); 25 | } 26 | 27 | public ComparisonException(String message, Throwable cause) { 28 | super(message, cause); 29 | } 30 | 31 | public ComparisonException(Throwable cause) { 32 | super(cause); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test/test-log4j.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | 21 | 22 | 23 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/rxt/RXT.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator.rxt; 20 | 21 | import org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact; 22 | 23 | public class RXT { 24 | 25 | //TODO move this into commons 26 | 27 | private GenericArtifact artifact; 28 | 29 | public GenericArtifact getArtifact() { 30 | return artifact; 31 | } 32 | 33 | public void setArtifact(GenericArtifact artifact) { 34 | this.artifact = artifact; 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/ScriptBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | import edu.umd.cs.findbugs.annotations.SuppressWarnings; 22 | 23 | @SuppressWarnings({"EI_EXPOSE_REP", "EI_EXPOSE_REP2"}) 24 | public class ScriptBean { 25 | 26 | private ScriptElementBean[] scripts; 27 | 28 | public ScriptElementBean[] getScripts() { 29 | return scripts; 30 | } 31 | 32 | public void setScripts(ScriptElementBean[] scripts) { 33 | this.scripts = scripts; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/ChecklistBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package org.wso2.carbon.governance.lcm.beans; 17 | 18 | import edu.umd.cs.findbugs.annotations.SuppressWarnings; 19 | 20 | @SuppressWarnings({"EI_EXPOSE_REP", "EI_EXPOSE_REP2"}) 21 | public class ChecklistBean { 22 | private String[] items; 23 | 24 | public String[] getItems() { 25 | return items; 26 | } 27 | 28 | public void setItems(String[] items) { 29 | this.items = items; 30 | } 31 | 32 | public ChecklistBean() { 33 | this.items = null; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/validators/aggregators/AndAggregator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.registry.extensions.validators.aggregators; 20 | 21 | import org.wso2.carbon.registry.core.jdbc.handlers.RequestContext; 22 | 23 | public class AndAggregator extends DualInputAggregator { 24 | 25 | public boolean validate(RequestContext context) { 26 | return (validatorA == null || validatorA.validate(context)) && 27 | (validatorB == null || validatorB.validate(context)); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/validators/aggregators/OrAggregator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.registry.extensions.validators.aggregators; 20 | 21 | import org.wso2.carbon.registry.core.jdbc.handlers.RequestContext; 22 | 23 | public class OrAggregator extends DualInputAggregator { 24 | 25 | public boolean validate(RequestContext context) { 26 | return (validatorA == null || validatorA.validate(context)) || 27 | (validatorB == null || validatorB.validate(context)); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.notifications.ui/src/main/resources/web/worklist/create-task-ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | <%-- 2 | Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | 4 | WSO2 Inc. licenses this file to you under the Apache License, 5 | Version 2.0 (the "License"); you may not use this file except 6 | in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, 12 | software distributed under the License is distributed on an 13 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | KIND, either express or implied. See the License for the 15 | specific language governing permissions and limitations 16 | under the License. 17 | --%> 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %> 19 | <%@ page import="org.wso2.carbon.governance.notifications.ui.worklist.HumanTaskClient" %> 20 | <% 21 | try { 22 | HumanTaskClient client = new HumanTaskClient(config, session); 23 | client.createTask(request.getParameter("role"), request.getParameter("description"), 24 | request.getParameter("priority")); 25 | } catch (Exception e) { 26 | response.setStatus(500); 27 | %><%=e.getMessage()%><% 28 | } 29 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/validators/aggregators/IfThenAggregator.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.registry.extensions.validators.aggregators; 20 | 21 | import org.wso2.carbon.registry.core.jdbc.handlers.RequestContext; 22 | 23 | public class IfThenAggregator extends DualInputAggregator { 24 | 25 | public boolean validate(RequestContext context) { 26 | return (validatorA != null && !validatorA.validate(context)) || 27 | (validatorB == null || validatorB.validate(context)); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.client/src/main/java/org/wso2/carbon/governance/client/WSRegistrySearchUtils.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package org.wso2.carbon.governance.client; 17 | 18 | import org.apache.axis2.context.ConfigurationContext; 19 | 20 | public class WSRegistrySearchUtils { 21 | private static ConfigurationContext configurationContext; 22 | 23 | public static void setConfigurationContext(ConfigurationContext configurationContext) { 24 | WSRegistrySearchUtils.configurationContext = configurationContext; 25 | } 26 | 27 | public static ConfigurationContext getConfigurationContext() { 28 | return WSRegistrySearchUtils.configurationContext; 29 | } 30 | 31 | } 32 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets.ui/src/main/resources/META-INF/component.xml: -------------------------------------------------------------------------------- 1 | 18 | 19 | 20 | 21 | 22 | ../impactAnalysis/impact.xml 23 | 24 | 25 | ../impactAnalysis/impact.xml 26 | 27 | 28 | ../impactAnalysis/impact.xml 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/ScriptFunctionBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | public class ScriptFunctionBean { 22 | 23 | private String name; 24 | private String value; 25 | 26 | public String getName() { 27 | return name; 28 | } 29 | 30 | public void setName(String name) { 31 | this.name = name; 32 | } 33 | 34 | public String getValue() { 35 | return value; 36 | } 37 | 38 | public void setValue(String value) { 39 | this.value = value; 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/PermissionBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | public class PermissionBean { 22 | 23 | private String action; 24 | private String roles; 25 | 26 | public String getAction() { 27 | return action; 28 | } 29 | 30 | public void setAction(String action) { 31 | this.action = action; 32 | } 33 | 34 | public String getRoles() { 35 | return roles; 36 | } 37 | 38 | public void setRoles(String roles) { 39 | this.roles = roles; 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/ScriptElementBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | * 18 | */ 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | public class ScriptElementBean { 22 | 23 | private String src; 24 | private String content; 25 | 26 | public String getSrc() { 27 | return src; 28 | } 29 | 30 | public void setSrc(String src) { 31 | this.src = src; 32 | } 33 | 34 | public String getContent() { 35 | return content; 36 | } 37 | 38 | public void setContent(String content) { 39 | this.content = content; 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/generic/dataobjects/DetachedGenericArtifact.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.api.generic.dataobjects; 20 | 21 | import org.wso2.carbon.governance.api.exception.GovernanceException; 22 | import org.wso2.carbon.governance.api.generic.GenericArtifactManager; 23 | 24 | /** 25 | * TODO 26 | * 27 | * @since 4.5.0 28 | * 29 | */ 30 | public interface DetachedGenericArtifact extends GenericArtifact { 31 | public GenericArtifact makeRegistryAware(GenericArtifactManager artifactManager) 32 | throws GovernanceException; 33 | } 34 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgets/org.wso2.carbon.governance.gadgets.impactanalysis/src/main/java/org/wso2/carbon/governance/gadgets/impactanalysis/beans/ImpactBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.gadgets.impactanalysis.beans; 19 | 20 | import edu.umd.cs.findbugs.annotations.SuppressWarnings; 21 | 22 | @SuppressWarnings({"EI_EXPOSE_REP", "EI_EXPOSE_REP2"}) 23 | public class ImpactBean { 24 | private ServiceBean[] serviceBean; 25 | 26 | public ServiceBean[] getServiceBean() { 27 | return serviceBean; 28 | } 29 | 30 | public void setServiceBean(ServiceBean[] serviceBean) { 31 | this.serviceBean = serviceBean; 32 | } 33 | 34 | } 35 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/lib/transactions.properties: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | com.atomikos.icatch.service=com.atomikos.icatch.standalone.UserTransactionServiceFactory 18 | com.atomikos.icatch.log_base_dir=repository/data 19 | com.atomikos.icatch.output_dir=repository/logs 20 | com.atomikos.icatch.console_log_level=INFO 21 | com.atomikos.icatch.console_file_limit=1073741824 22 | com.atomikos.icatch.force_shutdown_on_vm_exit=true 23 | com.atomikos.icatch.max_timeout=8000000 24 | com.atomikos.icatch.default_jta_timeout=5000000 25 | 26 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/test/java/org/wso2/carbon/governance/comparator/TestDiffGeneratorFactory.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator; 20 | 21 | import org.wso2.carbon.governance.comparator.wsdl.WSDLComparator; 22 | 23 | import java.util.ArrayList; 24 | import java.util.List; 25 | 26 | public class TestDiffGeneratorFactory implements DiffGeneratorFactory { 27 | 28 | 29 | @Override 30 | public DiffGenerator getDiffGenerator() { 31 | List> comparators = new ArrayList<>(); 32 | comparators.add(new WSDLComparator()); 33 | return new DiffGenerator(comparators); 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgetsource/src/main/java/org/wso2/carbon/governance/gadgetsource/beans/LifecyclePiechartGadgetBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.gadgetsource.beans; 19 | 20 | import edu.umd.cs.findbugs.annotations.SuppressWarnings; 21 | 22 | @SuppressWarnings({"EI_EXPOSE_REP", "EI_EXPOSE_REP2"}) 23 | public class LifecyclePiechartGadgetBean { 24 | private LifecycleInfoBean[] lifecycles; 25 | 26 | public LifecycleInfoBean[] getLifecycles() { 27 | return lifecycles; 28 | } 29 | 30 | public void setLifecycles(LifecycleInfoBean[] lifecycles) { 31 | this.lifecycles = lifecycles; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.dashboardpopulator/src/main/java/org/wso2/carbon/governance/dashboardpopulator/DashboardPopulatorException.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.dashboardpopulator; 19 | 20 | public class DashboardPopulatorException extends Exception { 21 | public DashboardPopulatorException() { 22 | super(); 23 | } 24 | 25 | public DashboardPopulatorException(String message, Throwable cause) { 26 | super(message, cause); 27 | } 28 | 29 | public DashboardPopulatorException(String message) { 30 | super(message); 31 | } 32 | 33 | public DashboardPopulatorException(Throwable cause) { 34 | super(cause); 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgetsource/src/main/java/org/wso2/carbon/governance/gadgetsource/beans/LifecycleStageInfoBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | package org.wso2.carbon.governance.gadgetsource.beans; 19 | 20 | public class LifecycleStageInfoBean { 21 | private String name; 22 | private int serviceCount; 23 | 24 | public String getName() { 25 | return name; 26 | } 27 | 28 | public void setName(String name) { 29 | this.name = name; 30 | } 31 | 32 | public int getServiceCount() { 33 | return serviceCount; 34 | } 35 | 36 | public void setServiceCount(int serviceCount) { 37 | this.serviceCount = serviceCount; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/beans/CustomCodeBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.registry.extensions.beans; 18 | 19 | public class CustomCodeBean { 20 | private Object classObeject; 21 | private String eventName; 22 | 23 | public Object getClassObeject() { 24 | return classObeject; 25 | } 26 | public void setClassObeject(Object classObeject) { 27 | this.classObeject = classObeject; 28 | } 29 | 30 | public String getEventName() { 31 | return eventName; 32 | } 33 | 34 | public void setEventName(String eventName) { 35 | this.eventName = eventName; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/nameinusecheck_lcm_ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ page import="org.wso2.carbon.governance.lcm.ui.clients.LifeCycleManagementServiceClient" %> 20 | <%@ page import="org.wso2.carbon.utils.ServerConstants" %> 21 | <% 22 | String cookie = (String) session.getAttribute(ServerConstants.ADMIN_SERVICE_COOKIE); 23 | LifeCycleManagementServiceClient client = new LifeCycleManagementServiceClient(cookie, config, session); 24 | boolean isInUse = client.isLifeCycleNameInUse(request); 25 | if (isInUse) { 26 | %>----IsInUse----<% 27 | } 28 | %> 29 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/discoveryagents/AbstractDiscoveryAgent.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.registry.extensions.discoveryagents; 20 | 21 | import java.util.Map; 22 | 23 | /** 24 | * Instead of implementing DiscoveryAgent it's obvious to extend AbstractDiscoveryAgent class as it provide number of 25 | * helper methods. 26 | */ 27 | public abstract class AbstractDiscoveryAgent implements DiscoveryAgent { 28 | 29 | @Override 30 | public void init(Map properties) { 31 | 32 | } 33 | 34 | @Override 35 | public void close(Map properties) { 36 | 37 | } 38 | 39 | 40 | } 41 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy/src/main/java/org/wso2/carbon/governance/taxonomy/beans/PaginationBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.taxonomy.beans; 18 | 19 | /** 20 | * This bean class will store taxonomy pagination meta data 21 | */ 22 | public class PaginationBean { 23 | 24 | private int startNode; 25 | private int endNode; 26 | 27 | public int getEndNode() { 28 | return endNode; 29 | } 30 | 31 | public void setEndNode(int endNode) { 32 | this.endNode = endNode; 33 | } 34 | 35 | public int getStartNode() { 36 | return startNode; 37 | } 38 | 39 | public void setStartNode(int startNode) { 40 | this.startNode = startNode; 41 | } 42 | 43 | } 44 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/LifeCycleApprovalBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | public class LifeCycleApprovalBean extends LifeCycleCheckListItemBean { 22 | private int currentVote; 23 | private int requiredVote; 24 | 25 | public int getCurrentVote() { 26 | return currentVote; 27 | } 28 | 29 | public void setCurrentVote(int currentVote) { 30 | this.currentVote = currentVote; 31 | } 32 | 33 | public int getRequiredVote() { 34 | return requiredVote; 35 | } 36 | 37 | public void setRequiredVote(int requiredVote) { 38 | this.requiredVote = requiredVote; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy.ui/src/main/resources/web/taxonomy/delete_taxonomy-ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ page import="org.wso2.carbon.governance.taxonomy.ui.clients.TaxonomyManagementClient" %> 20 | <%@ page import="org.wso2.carbon.utils.ServerConstants" %> 21 | <% 22 | String cookie = (String) session.getAttribute(ServerConstants.ADMIN_SERVICE_COOKIE); 23 | try{ 24 | TaxonomyManagementClient client = new TaxonomyManagementClient(cookie, config, session); 25 | client.deleteTaxonomy(request); 26 | } catch (Exception e){ 27 | response.setStatus(500); 28 | %><%=e.getMessage()%><% 29 | return; 30 | } 31 | 32 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.wsdltool/src/main/resources/META-INF/services.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | https 23 | 24 | 25 | org.wso2.carbon.governance.wsdltool.services.WSDLToolService 26 | 27 | 28 | 29 | true 30 | true 31 | /permission/admin/manage/resources/govern/metadata 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.list/src/main/resources/META-INF/services.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | https 23 | 24 | 25 | org.wso2.carbon.governance.list.services.ListMetadataService 26 | 27 | 28 | 29 | true 30 | true 31 | /permission/admin/manage/resources/govern/generic/list 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/policies/dataobjects/Policy.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.api.policies.dataobjects; 18 | 19 | import org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact; 20 | 21 | 22 | public interface Policy extends GovernanceArtifact { 23 | /** 24 | * Method to obtain the policy element of this policy artifact. 25 | * 26 | * @return the policy element. 27 | */ 28 | String getPolicyContent(); 29 | 30 | /** 31 | * Method to set the policy element of this policy artifact. 32 | * 33 | * @param policyContent the policy element. 34 | */ 35 | @SuppressWarnings("unused") 36 | void setPolicyContent(String policyContent); 37 | } 38 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.comparator/src/main/java/org/wso2/carbon/governance/comparator/TextDiffGeneratorFactory.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.comparator; 20 | 21 | import org.wso2.carbon.governance.comparator.text.TextComparator; 22 | 23 | import java.util.ArrayList; 24 | import java.util.List; 25 | 26 | /** 27 | * This class implements diff generator factory for texts. 28 | */ 29 | public class TextDiffGeneratorFactory implements DiffGeneratorFactory { 30 | 31 | @Override 32 | public DiffGenerator getDiffGenerator() { 33 | List> comparators = new ArrayList<>(); 34 | comparators.add(new TextComparator()); 35 | return new DiffGenerator(comparators); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.gadgetsource/src/main/resources/META-INF/services.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | https 23 | 24 | 25 | org.wso2.carbon.governance.gadgetsource.services.GadgetSourceService 26 | 27 | 28 | 29 | /permission/admin/manage/resources/govern/lifecyclestagemonitor 30 | true 31 | true 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.taxonomy/src/main/resources/META-INF/services.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | https 26 | 27 | org.wso2.carbon.governance.taxonomy.services.TaxonomyServicesImpl 28 | 29 | 30 | 31 | true 32 | true 33 | /permission/admin/configure/governance/taxonomy 34 | 35 | 36 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist/src/main/java/org/wso2/carbon/governance/custom/lifecycles/checklist/util/Property.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | package org.wso2.carbon.governance.custom.lifecycles.checklist.util; 18 | 19 | import edu.umd.cs.findbugs.annotations.SuppressWarnings; 20 | 21 | @SuppressWarnings({"EI_EXPOSE_REP", "EI_EXPOSE_REP2"}) 22 | public class Property { 23 | 24 | private String key; 25 | 26 | private String[] values; 27 | 28 | public String getKey() { 29 | return key; 30 | } 31 | 32 | public void setKey(String key) { 33 | this.key = key; 34 | } 35 | 36 | public String[] getValues() { 37 | return values; 38 | } 39 | 40 | public void setValues(String[] values) { 41 | this.values = values; 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans/LifeCycleActionsBean.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.lcm.beans; 20 | 21 | import java.util.Arrays; 22 | 23 | public class LifeCycleActionsBean { 24 | private String lifecycle; 25 | 26 | private String[] actions; 27 | 28 | public String getLifecycle() { 29 | return this.lifecycle; 30 | } 31 | 32 | public void setLifecycle(String lifecycle) { 33 | this.lifecycle = lifecycle; 34 | } 35 | 36 | public String[] getActions() { 37 | return Arrays.copyOf(this.actions, this.actions.length); 38 | } 39 | 40 | public void setActions(String[] actions) { 41 | this.actions = Arrays.copyOf(actions, actions.length); 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/schema/dataobjects/Schema.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package org.wso2.carbon.governance.api.schema.dataobjects; 17 | 18 | import org.apache.axiom.om.OMElement; 19 | import org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact; 20 | 21 | 22 | public interface Schema extends GovernanceArtifact{ 23 | /** 24 | * Method to obtain the schema element of this schema artifact. 25 | * 26 | * @return the schema element. 27 | */ 28 | OMElement getSchemaElement(); 29 | 30 | /** 31 | * Method to set the schema element of this schema artifact. 32 | * 33 | * @param schemaElement the schema element. 34 | */ 35 | @SuppressWarnings("unused") 36 | void setSchemaElement(OMElement schemaElement); 37 | } 38 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/delete_lcm-ajaxprocessor.jsp: -------------------------------------------------------------------------------- 1 | 18 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 19 | <%@ page import="org.wso2.carbon.utils.ServerConstants" %> 20 | <%@ page import="org.wso2.carbon.governance.lcm.ui.clients.LifeCycleManagementServiceClient" %> 21 | <% 22 | String cookie = (String) session.getAttribute(ServerConstants.ADMIN_SERVICE_COOKIE); 23 | String[] temp = null; 24 | try{ 25 | LifeCycleManagementServiceClient client = new LifeCycleManagementServiceClient(cookie, config, session); 26 | client.deleteLifeCycle(request); 27 | } catch (Exception e){ 28 | response.setStatus(500); 29 | %><%=e.getMessage()%><% 30 | return; 31 | } 32 | %> -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/webapp-mode/README.txt: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | Running WSO2 Carbon in Webapp mode 19 | ------------------------------------- 20 | 21 | Standalone mode is the recommended way of running All WSO2 Carbon products. However you have the 22 | option of running WSO2 Carbon products in Webapp mode (hosted as a web-app in an application 23 | server). 24 | 25 | 1. The 'WEB-INF' directory contains the webapp archive 26 | 2. The 'bundles' directory contains the additional jars that needs, during the web-app mode 27 | deployment. 28 | 29 | Please refer the WSO2 Carbon documentation for step-by-step guide on web-app mode deployment of the 30 | product. 31 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/repository/conf/etc/jmx.xml: -------------------------------------------------------------------------------- 1 | 16 | 17 | 21 | 22 | true 23 | 24 | 25 | localhost 26 | 27 | 28 | ${Ports.JMX.RMIRegistryPort} 29 | 30 | 31 | ${Ports.JMX.RMIServerPort} 32 | 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.rest.api/src/main/java/org/wso2/carbon/governance/rest/api/util/CommonConstants.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * WSO2 Inc. licenses this file to you under the Apache License, 5 | * Version 2.0 (the "License"); you may not use this file except 6 | * in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, 12 | * software distributed under the License is distributed on an 13 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 14 | * KIND, either express or implied. See the License for the 15 | * specific language governing permissions and limitations 16 | * under the License. 17 | */ 18 | 19 | package org.wso2.carbon.governance.rest.api.util; 20 | 21 | 22 | public class CommonConstants { 23 | public static final String VERSION = "version"; 24 | public static final String RESOURCE_SOURCE = "resource.source"; 25 | public static final String GOVERNANCE_API = "GovernanceAPI"; 26 | public static final String OVERVIEW_PATH = "overview_path"; 27 | public static final String OVERVIEW_NAME = "overview_name"; 28 | public static final String OVERVIEW_URL = "overview_url"; 29 | public static final String OVERVIEW_TYPE = "overview_type"; 30 | public static final String OVERVIEW_VERSION = "overview_version"; 31 | 32 | } 33 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.custom.lifecycles.checklist.ui/src/main/resources/org/wso2/carbon/governance/custom/lifecycles/checklist/ui/i18n/Resources.properties: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | lifecycle=Lifecycle 18 | enable.lifecycle=Enable Lifecycle 19 | add=Add 20 | cancel=Cancel 21 | lifecycle.name=Name 22 | lifecycle.state=State 23 | action.lifecycle={0} 24 | add.lifecycle=Add Lifecycle 25 | no.lifecycles=No lifecycles on this entry yet. 26 | delete=Delete 27 | checklist.header=Checklist 28 | proceed=Proceed 29 | preserve.original=Preserve Original 30 | lifecycle.approvals=Lifecycle Approval 31 | lifecycle.approvalsoutof={0} out of {1} 32 | lifecycle.votereched= Total votes : {0} 33 | lifecycle.currentLifecycleStateDuration=State duration -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.generic.ui/src/main/resources/org/wso2/carbon/governance/generic/ui/i18n/JSResources.properties: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | name=Name 18 | namespace=Namespace 19 | save=Save 20 | cancel=Cancel 21 | message=Please Edit the XML content to change the current layout 22 | session.timed.out=Session timed out. Please login again. 23 | version.error.1=The version 24 | version.error.2=is incorrect. Please enter a value in the format of 1.2.3 25 | are.you.sure.you.want.to.delete=Are you sure you want to delete 26 | permanently=permanently? 27 | configuration.saved=Configuration has been successfully saved. 28 | failed.to.save=Failed to save the configuration. 29 | resource.exists=A resource already exists with the same name 30 | -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/wsdls/WsdlFilter.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package org.wso2.carbon.governance.api.wsdls; 17 | 18 | import org.wso2.carbon.governance.api.exception.GovernanceException; 19 | import org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl; 20 | 21 | /** 22 | * This interface represents a mechanism to filter that can be used to identify a WSDL from a given 23 | * set of WSDLs. 24 | */ 25 | public interface WsdlFilter { 26 | 27 | /** 28 | * Whether the given WSDL artifact matches the expected filter criteria. 29 | * 30 | * @param wsdl the WSDL artifact. 31 | * 32 | * @return true if a match was found or false otherwise. 33 | * @throws GovernanceException if the operation failed. 34 | */ 35 | public boolean matches(Wsdl wsdl) throws GovernanceException; 36 | } -------------------------------------------------------------------------------- /components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home/bin/yajsw/README.txt: -------------------------------------------------------------------------------- 1 | # ---------------------------------------------------------------------------- 2 | # Copyright 2015 WSO2, Inc. http://www.wso2.org 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); 5 | # you may not use this file except in compliance with the License. 6 | # You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | 16 | # ----------------------------------------------------------------------------- 17 | 18 | Running WSO2 Carbon Server as a Windows Service 19 | ------------------------------------------------ 20 | 21 | 1. Download the latest stable version of YAJSW from the project home page. (http://yajsw.sourceforge.net/) 22 | 2. Unzip the YAJSW archive and place the provided wrappe.conf file (this directory) inside /conf. 23 | 3. Set JAVA_HOME and CARBON_HOME system properties 24 | 4. Start the product as a windows service. (batch scripts are found under /bat) 25 | 26 | For more detailed info please refer to Carbon wiki documentation (http://docs.wso2.org/wiki/dashboard.action) and YAJSW project documentation. 27 | --------------------------------------------------------------------------------