Searched defs:schemaPath (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsRequestHandler.java486 * @param schemaPath The path for schema that is built up as we navigate through the Schema and SubSchema
496 private void addGlobalPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema globalSchema, argument
500 String path = getPath(parentPath, schemaName, schemaPath, globalSchema);
503 globalSchema, organizationSchema, dynamicSchema, schemaType, new ArrayList<ServiceSchema>(schemaPath),
509 addPaths(parentPath, schemaPath, globalSchema, serviceRoutes, ignoredRoutes, routeTree);
534 * @param schemaPath The path for schema that is built up as we navigate through the Schema and SubSchema
543 private void addPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema schema, argument
547 String path = getPath(parentPath, schemaName, schemaPath, schema);
551 new SmsJsonConverter(schema), schema, schemaType, new ArrayList<ServiceSchema>(schemaPath),
559 new ArrayList<ServiceSchema>(schemaPath), parentPat
569 addPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema schema, Map<SmsRouteTree, Set<RouteMatcher<Request>>> serviceRoutes, List<Pattern> ignoredRoutes, SmsRouteTree routeTree) argument
578 getPath(String parentPath, String schemaName, List<ServiceSchema> schemaPath, ServiceSchema schema) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsRequestHandler.java493 * @param schemaPath The path for schema that is built up as we navigate through the Schema and SubSchema
503 private void addGlobalPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema globalSchema, argument
508 String path = updatePaths(parentPath, schemaName, schemaPath, globalSchema);
511 globalSchema, organizationSchema, dynamicSchema, schemaType, new ArrayList<>(schemaPath),
518 addPaths("", schemaPath, globalSchema, serviceRoutes, ignoredRoutes, routeTree);
543 * @param schemaPath The path for schema that is built up as we navigate through the Schema and SubSchema
552 private void addPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema schema, argument
556 String path = updatePaths(parentPath, schemaName, schemaPath, schema);
561 new SmsJsonConverter(schema), schema, schemaType, new ArrayList<>(schemaPath),
568 new SmsJsonConverter(schema), schema, dynamicSchema, schemaType, new ArrayList<>(schemaPath),
579 addPaths(String parentPath, List<ServiceSchema> schemaPath, ServiceSchema schema, Map<SmsRouteTree, Set<RouteMatcher<Request>>> serviceRoutes, Pattern ignoredRoutes, SmsRouteTree routeTree) argument
593 updatePaths(String parentPath, String schemaName, List<ServiceSchema> schemaPath, ServiceSchema schema) argument
[all...]

Completed in 44 milliseconds