Carbon StudioDownloadsDocumentation
SamplesGet InvolvedProject Information![]() |
Create Registry Filter ArtifactTo create a Registry Filter Artifact, right click on the CApp project and select Registry Filter from the menu.
There are two ways to create an Registry Filter Artifact.
If you do not have any projects with Filter class, you can create a new class extending org.wso2.carbon.registry.core.jdbc.handlers.filters.Filter base class by clicking on New button of the From Workspace option. Give the necessary information and it will create a class, extending the base class.
With the second option, you can point a jar file which contains a filter class from the file system.
Select the CApp project you want to create Registry Filter Artifact and and give a name to the Registry Filter Artifact. Then click Finish.
Now you will see a new Registry Filter Artifact has been created under Artifacts folder of the CApp project. |