-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service and DAO implementation for organization meta attributes GET API #144
Conversation
.../main/java/org/wso2/carbon/identity/organization/management/service/OrganizationManager.java
Outdated
Show resolved
Hide resolved
* | ||
* @param recursive Determines whether records should be retrieved in a recursive manner. | ||
* @param limit The maximum number of records to be returned. | ||
* @param organizationId The super organization ID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the root org always? or else the org which the request is initiated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is always the root organization of that tenant domain.
.../org/wso2/carbon/identity/organization/management/service/dao/OrganizationManagementDAO.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/identity/organization/management/service/dao/OrganizationManagementDAO.java
Outdated
Show resolved
Hide resolved
.../main/java/org/wso2/carbon/identity/organization/management/service/OrganizationManager.java
Outdated
Show resolved
Hide resolved
...n/java/org/wso2/carbon/identity/organization/management/service/OrganizationManagerImpl.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/organization/management/service/constant/SQLConstants.java
Show resolved
Hide resolved
.../carbon/identity/organization/management/service/dao/impl/OrganizationManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...n/java/org/wso2/carbon/identity/organization/management/service/OrganizationManagerImpl.java
Outdated
Show resolved
Hide resolved
...n/java/org/wso2/carbon/identity/organization/management/service/OrganizationManagerImpl.java
Outdated
Show resolved
Hide resolved
...n/java/org/wso2/carbon/identity/organization/management/service/OrganizationManagerImpl.java
Outdated
Show resolved
Hide resolved
...n/java/org/wso2/carbon/identity/organization/management/service/OrganizationManagerImpl.java
Outdated
Show resolved
Hide resolved
...arbon/identity/organization/management/service/constant/OrganizationManagementConstants.java
Outdated
Show resolved
Hide resolved
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/10017465083
cc025c9
to
c0ff5dc
Compare
Purpose
Related to: wso2/product-is#20611
Approach
Release note
Documentation
Automation tests
Security checks
Related PRs
Test environment