|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RequestOptionsTO in org.ow2.dragon.api.service.common |
|---|
| Methods in org.ow2.dragon.api.service.common with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<Link> |
EntityLinkManager.getAllLinksForFrom(java.lang.String fromId,
RequestOptionsTO requestOptions)
Retrieve all links with the specified "from end" |
java.util.List<Link> |
EntityLinkManager.getAllLinksForTo(java.lang.String toId,
RequestOptionsTO requestOptions)
Retrieve all links with the specified "to end" |
| Uses of RequestOptionsTO in org.ow2.dragon.api.service.deployment |
|---|
| Methods in org.ow2.dragon.api.service.deployment with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<EndpointTO> |
EndpointManager.getAllEndpoints(RequestOptionsTO requestOptionsTO)
Return the list of all endpoints in the registry. |
java.util.List<TechnicalServiceTO> |
TechServiceManager.getAllTechServices(RequestOptionsTO requestOptionsTO)
Return the list of all tech services in the registry |
java.util.List<EndpointTO> |
EndpointManager.getEndpointsByBinding(java.lang.String bindingId,
RequestOptionsTO requestOptionsTO)
Return the list of all endpoints linked to the binding matching the given ID. |
java.util.List<EndpointTO> |
EndpointManager.getEndpointsByTechService(java.lang.String techServiceId,
RequestOptionsTO requestOptionsTO)
Return the list of all endpoints linked to the technical service matching the given ID. |
java.util.List<TechnicalServiceTO> |
TechServiceManager.loadServicesFromWSDL(java.lang.String[] servicesId,
RequestOptionsTO requestOptionsTO)
Retrieve a list of tech services matching the given IDs |
java.util.List<TechnicalServiceTO> |
TechServiceManager.searchTechService(java.lang.String searchCriteria,
java.util.List<ServiceSearchProperties> searchedProperties,
RequestOptionsTO iOptions)
Retrieve a list of tech services matching the given criteria for the given properties |
| Uses of RequestOptionsTO in org.ow2.dragon.api.service.organization |
|---|
| Methods in org.ow2.dragon.api.service.organization with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<OrganizationUnitTO> |
OrganizationManager.getAllOrganizations(RequestOptionsTO requestOptionsTO)
Return the list of all organization units in the registry |
java.util.List<PartyTO> |
PartyManager.getAllParties(RequestOptionsTO requestOptionsTO)
Return the list of all parties in the registry, persons and organization units |
java.util.List<PersonTO> |
PersonManager.getAllPersons(RequestOptionsTO requestOptionsTO)
Return the list of all persons in the registry |
java.util.List<PostTO> |
PostManager.getAllPosts(RequestOptionsTO requestOptionsTO)
Return the list of all posts in the registry |
java.util.List<OrgToEndpointTO> |
RoleOfPartyManager.getOrgRolesByEndpoint(java.lang.String endpointId,
RequestOptionsTO requestOptionsTO)
Retrieve all links between the given endpoint and an organization |
java.util.List<OrgToTechServiceTO> |
RoleOfPartyManager.getOrgRolesByTechService(java.lang.String techServiceId,
RequestOptionsTO requestOptionsTO)
Retrieve all links between the given tech service and an organization |
java.util.List<PersonToEndpointTO> |
RoleOfPartyManager.getPersonRolesByEndpoint(java.lang.String endpointId,
RequestOptionsTO requestOptionsTO)
Retrieve all links between the given endpoint and a person |
java.util.List<PersonToTechServiceTO> |
RoleOfPartyManager.getPersonRolesByTechService(java.lang.String techServiceId,
RequestOptionsTO requestOptionsTO)
Retrieve all links between the given tech service and a person |
java.util.List<PersonTO> |
PersonManager.getPersonsByOrgAndPost(java.lang.String organizationId,
java.lang.String postId,
RequestOptionsTO optionsTO)
Retrieve the list of persons that are assigned to the given post in the given organization unit |
java.util.List<PersonTO> |
PersonManager.getPersonsByOrganization(java.lang.String organizationId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of persons that are parts of the given organization unit |
java.util.List<PersonTO> |
PersonManager.getPersonsByPost(java.lang.String postId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of persons that are assigned to the given post |
java.util.List<PostTO> |
OrganizationManager.getPostsByOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
Return the list of all posts that are linked to the given organization |
java.util.List<PostTO> |
PostManager.getPostsNotLinkedToOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
Return the list of all posts in the registry that aren't linked to the given organization |
java.util.List<PostTO> |
PostManager.getPostsNotLinkedToPersons(RequestOptionsTO requestOptionsTO)
Return the list of all posts in the registry that aren't linked to a person |
java.lang.String[] |
RoleOfPartyManager.getRolesTypes(RoleOfPartyManager.LINK_TYPE linkType,
RequestOptionsTO iOptions)
Get all role types for a particular link type. |
java.util.List<OrganizationUnitTO> |
OrganizationManager.searchOrganization(java.lang.String searchCriteria,
java.util.List<OrganizationSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve a list of organization units matching the given criteria for the given properties |
java.util.List<PersonTO> |
PersonManager.searchPersons(java.lang.String searchCriteria,
java.util.List<PersonSearchProperties> searchedProperties,
RequestOptionsTO iOptions)
Retrieve a list of persons matching the given criteria for the given properties |
java.util.List<PostTO> |
PostManager.searchPost(java.lang.String searchCriteria,
java.util.List<PostSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve a list of posts matching the given criteria for the given properties |
| Uses of RequestOptionsTO in org.ow2.dragon.api.service.sla |
|---|
| Methods in org.ow2.dragon.api.service.sla with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<ManagedAgreementTO> |
SLAManager.getAllManagedAgreements(RequestOptionsTO requestOptionsTO)
|
java.util.List<ManagedAgreementTO> |
SLAManager.searchManagedAgreement(java.lang.String searchCriteria,
java.util.List<java.lang.String> searchedProperties,
RequestOptionsTO iOptions)
|
| Uses of RequestOptionsTO in org.ow2.dragon.api.service.technology |
|---|
| Methods in org.ow2.dragon.api.service.technology with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<EnvironmentFederationTO> |
TechnologyManager.getAllEnvironmentFederations(RequestOptionsTO requestOptionsTO)
Return the list of all environment federations in the registry |
java.util.List<ExecutionEnvironmentManagerTO> |
TechnologyManager.getAllExecutionEnvironmentManagers(RequestOptionsTO requestOptionsTO)
Return the list of all runtime managers (aka Execution Environment Managers) in the registry |
java.util.List<ExecutionEnvironmentTO> |
TechnologyManager.getAllExecutionEnvironments(RequestOptionsTO requestOptionsTO)
Return the list of all execution environments in the registry |
java.util.List<ProcessorTO> |
TechnologyManager.getAllProcessors(RequestOptionsTO requestOptionsTO)
Return the list of all processors in the registry |
java.util.List<EndpointTO> |
TechnologyManager.getEpsHostedOnExecEnv(java.lang.String execEnvId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of endpoints that are hosted by the given execution environment |
java.util.List<EndpointTO> |
TechnologyManager.getEpsHostedOnProcessor(java.lang.String processorId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of endpoints that are hosted by the given processor. |
java.util.List<ExecutionEnvironmentTO> |
TechnologyManager.getExecEnvsHostedOnProcessor(java.lang.String processorId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of execution environments that are hosted by the given processor. |
java.util.List<ExecutionEnvironmentTO> |
TechnologyManager.getExecEnvsInFederation(java.lang.String envFedId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of execution environments that are parts of the given environment federation |
java.util.List<ExecutionEnvironmentTO> |
TechnologyManager.getManagedExecEnv(java.lang.String runtimeManagerId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of execution environments managed by the given runtime manager (aka execution environment manager) |
java.util.List<EnvironmentFederationTO> |
TechnologyManager.searchEnvironmentFederations(java.lang.String searchCriteria,
java.util.List<FederationSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve the list of all environment federations matching the given criteria for the given properties |
java.util.List<ExecutionEnvironmentManagerTO> |
TechnologyManager.searchExecutionEnvironmentManagers(java.lang.String searchCriteria,
java.util.List<ExecEnvManagerSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve the list of all runtime managers (aka execution environment managers) matching the given criteria for the given properties |
java.util.List<ExecutionEnvironmentTO> |
TechnologyManager.searchExecutionEnvironments(java.lang.String searchCriteria,
java.util.List<ExecEnvSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve the list of all execution environments matching the given criteria for the given properties |
java.util.List<ProcessorTO> |
TechnologyManager.searchProcessors(java.lang.String searchCriteria,
java.util.List<ProcessorSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve the list of all processors matching the given criteria for the given properties |
| Uses of RequestOptionsTO in org.ow2.dragon.service |
|---|
| Uses of RequestOptionsTO in org.ow2.dragon.service.common |
|---|
| Methods in org.ow2.dragon.service.common with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<Link> |
EntityLinkManagerImpl.getAllLinksForFrom(java.lang.String fromId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<Link> |
EntityLinkManagerImpl.getAllLinksForTo(java.lang.String toId,
RequestOptionsTO requestOptionsTO)
|
| Uses of RequestOptionsTO in org.ow2.dragon.service.deployment |
|---|
| Methods in org.ow2.dragon.service.deployment with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<EndpointTO> |
EndpointManagerImpl.getAllEndpoints(RequestOptionsTO requestOptionsTO)
|
java.util.List<TechnicalServiceTO> |
TechServiceManagerImpl.getAllTechServices(RequestOptionsTO requestOptionsTO)
|
java.util.List<EndpointTO> |
EndpointManagerImpl.getEndpointsByBinding(java.lang.String bindingId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<EndpointTO> |
EndpointManagerImpl.getEndpointsByTechService(java.lang.String techServiceId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<TechnicalServiceTO> |
TechServiceManagerImpl.loadServicesFromWSDL(java.lang.String[] servicesId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<TechnicalServiceTO> |
TechServiceManagerImpl.searchTechService(java.lang.String searchCriteria,
java.util.List<ServiceSearchProperties> searchedProperties,
RequestOptionsTO options)
|
| Uses of RequestOptionsTO in org.ow2.dragon.service.organization |
|---|
| Methods in org.ow2.dragon.service.organization with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<OrganizationUnitTO> |
OrganizationManagerImpl.getAllOrganizations(RequestOptionsTO requestOptionsTO)
|
java.util.List<PartyTO> |
PartyManagerImpl.getAllParties(RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.getAllPersons(RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
PostManagerImpl.getAllPosts(RequestOptionsTO requestOptionsTO)
|
java.util.List<OrgToEndpointTO> |
RoleOfPartyManagerImpl.getOrgRolesByEndpoint(java.lang.String endpointId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<OrgToTechServiceTO> |
RoleOfPartyManagerImpl.getOrgRolesByTechService(java.lang.String techServiceId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonToEndpointTO> |
RoleOfPartyManagerImpl.getPersonRolesByEndpoint(java.lang.String endpointId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonToTechServiceTO> |
RoleOfPartyManagerImpl.getPersonRolesByTechService(java.lang.String techServiceId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.getPersonsByOrgAndPost(java.lang.String organizationId,
java.lang.String postId,
RequestOptionsTO optionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.getPersonsByOrganization(java.lang.String organizationId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.getPersonsByPost(java.lang.String postId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
OrganizationManagerImpl.getPostsByOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
PostManagerImpl.getPostsNotLinkedToOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
PostManagerImpl.getPostsNotLinkedToPersons(RequestOptionsTO requestOptionsTO)
|
java.lang.String[] |
RoleOfPartyManagerImpl.getRolesTypes(RoleOfPartyManager.LINK_TYPE linkType,
RequestOptionsTO options)
|
java.util.List<OrganizationUnitTO> |
OrganizationManagerImpl.searchOrganization(java.lang.String searchCriteria,
java.util.List<OrganizationSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.searchPersons(java.lang.String searchCriteria,
java.util.List<PersonSearchProperties> searchedProperties,
RequestOptionsTO options)
|
java.util.List<PostTO> |
PostManagerImpl.searchPost(java.lang.String searchCriteria,
java.util.List<PostSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
| Uses of RequestOptionsTO in org.ow2.dragon.service.sla |
|---|
| Methods in org.ow2.dragon.service.sla with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<ManagedAgreementTO> |
SLAManagerImpl.getAllManagedAgreements(RequestOptionsTO requestOptionsTO)
|
java.util.List<ManagedAgreementTO> |
SLAManagerImpl.searchManagedAgreement(java.lang.String searchCriteria,
java.util.List<java.lang.String> searchedProperties,
RequestOptionsTO options)
|
| Uses of RequestOptionsTO in org.ow2.dragon.service.technology |
|---|
| Methods in org.ow2.dragon.service.technology with parameters of type RequestOptionsTO | |
|---|---|
java.util.List<EnvironmentFederationTO> |
TechnologyManagerImpl.getAllEnvironmentFederations(RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentManagerTO> |
TechnologyManagerImpl.getAllExecutionEnvironmentManagers(RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManagerImpl.getAllExecutionEnvironments(RequestOptionsTO requestOptionsTO)
|
java.util.List<ProcessorTO> |
TechnologyManagerImpl.getAllProcessors(RequestOptionsTO requestOptionsTO)
|
java.util.List<EndpointTO> |
TechnologyManagerImpl.getEpsHostedOnExecEnv(java.lang.String execEnvId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<EndpointTO> |
TechnologyManagerImpl.getEpsHostedOnProcessor(java.lang.String processorId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManagerImpl.getExecEnvsHostedOnProcessor(java.lang.String processorId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManagerImpl.getExecEnvsInFederation(java.lang.String envFedId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManagerImpl.getManagedExecEnv(java.lang.String runtimeManagerId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<EnvironmentFederationTO> |
TechnologyManagerImpl.searchEnvironmentFederations(java.lang.String searchCriteria,
java.util.List<FederationSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentManagerTO> |
TechnologyManagerImpl.searchExecutionEnvironmentManagers(java.lang.String searchCriteria,
java.util.List<ExecEnvManagerSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManagerImpl.searchExecutionEnvironments(java.lang.String searchCriteria,
java.util.List<ExecEnvSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
java.util.List<ProcessorTO> |
TechnologyManagerImpl.searchProcessors(java.lang.String searchCriteria,
java.util.List<ProcessorSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||