- All Superinterfaces:
- QueryManager
- See Also:
- Top Examples, Source Code,
DeclarativeQueryManager
,
FindQualifier
,
BulkResponse
public BulkResponse findAssociations(Collection findQualifiers,
String sourceObjectId,
String targetObjectId,
Collection associationTypes)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findCallerAssociations(Collection findQualifiers,
Boolean confirmedByCaller,
Boolean confirmedByOtherParty,
Collection associationTypes)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ClassificationScheme findClassificationSchemeByName(Collection findQualifiers,
String namePattern)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findClassificationSchemes(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Concept findConceptByPath(String path)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findConcepts(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalIdentifiers,
Collection externalLinks)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findOrganizations(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications,
Collection externalIdentifiers,
Collection externalLinks)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findRegistryPackages(Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection externalLinks)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findServiceBindings(Key serviceKey,
Collection findQualifiers,
Collection classifications,
Collection specifications)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BulkResponse findServices(Key orgKey,
Collection findQualifiers,
Collection namePatterns,
Collection classifications,
Collection specifications)
throws JAXRException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples