- accept(A, B, C, D, E, F, G, H, I, J) - Method in interface com.liferay.apio.architect.consumer.DecaConsumer
-
Operates with ten parameters and returns void
.
- accept(A, B, C, D, E, F, G, H, I) - Method in interface com.liferay.apio.architect.consumer.EnneaConsumer
-
Operates with nine parameters and returns void
.
- accept(A, B, C, D, E, F, G) - Method in interface com.liferay.apio.architect.consumer.HeptaConsumer
-
Operates with nine parameters and returns void
.
- accept(A, B, C, D, E, F) - Method in interface com.liferay.apio.architect.consumer.HexaConsumer
-
Operates with six parameters and returns void
.
- accept(A, B, C, D, E, F, G, H) - Method in interface com.liferay.apio.architect.consumer.OctaConsumer
-
Operates with eight parameters and returns void
.
- accept(A, B, C, D, E) - Method in interface com.liferay.apio.architect.consumer.PentaConsumer
-
Operates with five parameters and returns void
.
- accept(A, B, C, D) - Method in interface com.liferay.apio.architect.consumer.TetraConsumer
-
Operates with four parameters and returns void
.
- accept(A, B) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableBiConsumer
-
Operates with two parameters and returns void
.
- accept(A) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableConsumer
-
Operates with one parameter and returns void
.
- accept(A, B, C, D, E, F, G, H, I, J) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableDecaConsumer
-
Operates with ten parameters and returns void
.
- accept(A, B, C, D, E, F, G, H, I) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableEnneaConsumer
-
Operates with nine parameters and returns void
.
- accept(A, B, C, D, E, F, G) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableHeptaConsumer
-
Operates with nine parameters and returns void
.
- accept(A, B, C, D, E, F) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableHexaConsumer
-
Operates with six parameters and returns void
.
- accept(A, B, C, D, E, F, G, H) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableOctaConsumer
-
Operates with eight parameters and returns void
.
- accept(A, B, C, D, E) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowablePentaConsumer
-
Operates with five parameters and returns void
.
- accept(A, B, C, D) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableTetraConsumer
-
Operates with four parameters and returns void
.
- accept(A, B, C) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableTriConsumer
-
Operates with three parameters and returns void
.
- accept(A, B, C, D, E, F, G, H, I, J, K) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableUndecaConsumer
-
Operates with eleven parameters and returns void
.
- accept(A, B, C) - Method in interface com.liferay.apio.architect.consumer.TriConsumer
-
Operates with three parameters and returns void
.
- accept(A, B, C, D, E, F, G, H, I, J, K) - Method in interface com.liferay.apio.architect.consumer.UndecaConsumer
-
Operates with eleven parameters and returns void
.
- AcceptLanguage - Interface in com.liferay.apio.architect.language
-
Represents information about the requested languages.
- ActionRouter<T extends Identifier<?>> - Interface in com.liferay.apio.architect.router
-
Represents the mapping between HTTP requests for a resource and the functions
that perform those requests.
- Actions - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that namespaces action annotations.
- Actions.Action - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that indicates a method performs a generic action.
- Actions.Create - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that indicates a method creates elements.
- Actions.Remove - Annotation Type in com.liferay.apio.architect.annotation
-
Indicates that a method performs the action of removing elements.
- Actions.Replace - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that indicates a method replaces an element.
- Actions.Retrieve - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that indicates a method retrieves elements.
- Actions.Update - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that indicates a method updates an element.
- addApplicationRelativeURL(String, Function<T, String>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's application relative URL field.
- addBidirectionalModel(String, String, Class<? extends Identifier<S>>, Function<T, S>) - Method in interface com.liferay.apio.architect.representor.Representor.FirstStep
-
Adds information about the bidirectional relation of a linked
resource in the actual resource and a collection of items in the
related resource.
- addBinary(String, BinaryFunction<T>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds binary files to a resource.
- addBoolean(String, Function<T, Boolean>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's boolean field.
- addBooleanList(String, Function<T, List<Boolean>>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's boolean list field.
- addCreator(ThrowableBiFunction<R, A, T>, Class<A>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableBiFunction<R, A, T>, ThrowableBiFunction<List<R>, A, List<S>>, Class<A>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableFunction<R, T>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableFunction<R, T>, ThrowableFunction<List<R>, List<S>>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowablePentaFunction<R, A, B, C, D, T>, Class<A>, Class<B>, Class<C>, Class<D>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowablePentaFunction<R, A, B, C, D, T>, ThrowablePentaFunction<List<R>, A, B, C, D, List<S>>, Class<A>, Class<B>, Class<C>, Class<D>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableTetraFunction<R, A, B, C, T>, Class<A>, Class<B>, Class<C>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableTetraFunction<R, A, B, C, T>, ThrowableTetraFunction<List<R>, A, B, C, List<S>>, Class<A>, Class<B>, Class<C>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableTriFunction<R, A, B, T>, Class<A>, Class<B>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableTriFunction<R, A, B, T>, ThrowableTriFunction<List<R>, A, B, List<S>>, Class<A>, Class<B>, HasAddingPermissionFunction, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCreator(ThrowableBiFunction<U, R, T>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableBiFunction<U, R, T>, ThrowableBiFunction<U, List<R>, List<S>>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableHexaFunction<U, R, A, B, C, D, T>, Class<A>, Class<B>, Class<C>, Class<D>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableHexaFunction<U, R, A, B, C, D, T>, ThrowableHexaFunction<U, List<R>, A, B, C, D, List<S>>, Class<A>, Class<B>, Class<C>, Class<D>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowablePentaFunction<U, R, A, B, C, T>, Class<A>, Class<B>, Class<C>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowablePentaFunction<U, R, A, B, C, T>, ThrowablePentaFunction<U, List<R>, A, B, C, List<S>>, Class<A>, Class<B>, Class<C>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableTetraFunction<U, R, A, B, T>, Class<A>, Class<B>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableTetraFunction<U, R, A, B, T>, ThrowableTetraFunction<U, List<R>, A, B, List<S>>, Class<A>, Class<B>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableTriFunction<U, R, A, T>, Class<A>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCreator(ThrowableTriFunction<U, R, A, T>, ThrowableTriFunction<U, List<R>, A, List<S>>, Class<A>, HasNestedAddingPermissionFunction<U>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableBiFunction<Pagination, R, U>, Class<I>, Function<Credentials, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableHexaFunction<Pagination, R, A, B, C, D, U>, Class<A>, Class<B>, Class<C>, Class<D>, Class<I>, Function<Credentials, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowablePentaFunction<Pagination, R, A, B, C, U>, Class<A>, Class<B>, Class<C>, Class<I>, Function<Credentials, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableTetraFunction<Pagination, R, A, B, U>, Class<A>, Class<B>, Class<I>, Function<Credentials, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableTriFunction<Pagination, R, A, U>, Class<A>, Class<I>, Function<Credentials, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableBiFunction<S, R, U>, Class<I>, BiFunction<Credentials, S, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableHexaFunction<S, R, A, B, C, D, U>, Class<A>, Class<B>, Class<C>, Class<D>, Class<I>, BiFunction<Credentials, S, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowablePentaFunction<S, R, A, B, C, U>, Class<A>, Class<B>, Class<C>, Class<I>, BiFunction<Credentials, S, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableTetraFunction<S, R, A, B, U>, Class<A>, Class<B>, Class<I>, BiFunction<Credentials, S, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addCustomRoute(CustomRoute, ThrowableTriFunction<S, R, A, U>, Class<A>, Class<I>, BiFunction<Credentials, S, Boolean>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addDate(String, Function<T, Date>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's date field.
- addDescription(String, String) - Method in interface com.liferay.apio.architect.documentation.contributor.CustomDocumentation.Builder
-
Adds a description for the name.
- addGetter(ThrowableBiFunction<Pagination, A, PageItems<T>>, Class<A>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addGetter(ThrowableFunction<Pagination, PageItems<T>>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addGetter(ThrowablePentaFunction<Pagination, A, B, C, D, PageItems<T>>, Class<A>, Class<B>, Class<C>, Class<D>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addGetter(ThrowableTetraFunction<Pagination, A, B, C, PageItems<T>>, Class<A>, Class<B>, Class<C>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addGetter(ThrowableTriFunction<Pagination, A, B, PageItems<T>>, Class<A>, Class<B>) - Method in interface com.liferay.apio.architect.routes.CollectionRoutes.Builder
-
- addGetter(ThrowableBiFunction<S, A, T>, Class<A>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addGetter(ThrowableFunction<S, T>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addGetter(ThrowablePentaFunction<S, A, B, C, D, T>, Class<A>, Class<B>, Class<C>, Class<D>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addGetter(ThrowableTetraFunction<S, A, B, C, T>, Class<A>, Class<B>, Class<C>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addGetter(ThrowableTriFunction<S, A, B, T>, Class<A>, Class<B>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addGetter(ThrowableBiFunction<Pagination, U, PageItems<T>>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addGetter(ThrowableHexaFunction<Pagination, U, A, B, C, D, PageItems<T>>, Class<A>, Class<B>, Class<C>, Class<D>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addGetter(ThrowablePentaFunction<Pagination, U, A, B, C, PageItems<T>>, Class<A>, Class<B>, Class<C>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addGetter(ThrowableTetraFunction<Pagination, U, A, B, PageItems<T>>, Class<A>, Class<B>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addGetter(ThrowableTriFunction<Pagination, U, A, PageItems<T>>, Class<A>) - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes.Builder
-
- addLink(String, String) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource link.
- addLinkedModel(String, Class<? extends Identifier<V>>, Function<T, V>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about an embeddable related resource.
- addLocalizedDescription(String, Function<Locale, String>) - Method in interface com.liferay.apio.architect.documentation.contributor.CustomDocumentation.Builder
-
Adds the name's localized description via the function that takes the
locale and returns the description.
- addLocalizedStringByLanguage(String, BiFunction<T, AcceptLanguage, String>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Provides information about a resource localized string field.
- addLocalizedStringByLocale(String, BiFunction<T, Locale, String>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Provides information about a resource localized string field.
- addNested(String, Function<T, V>, Function<NestedRepresentor.Builder<V>, NestedRepresentor<V>>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Provides information about a nested field.
- addNestedList(String, Function<T, List<V>>, Function<NestedRepresentor.Builder<V>, NestedRepresentor<V>>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds a nested list field to the representor.
- addNumber(String, Function<T, Number>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's number field.
- addNumberList(String, Function<T, List<Number>>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's number list field.
- addOptionalBoolean(String, BiConsumer<T, Boolean>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional boolean from the HTTP request body.
- addOptionalBooleanList(String, BiConsumer<T, List<Boolean>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional boolean list from the HTTP request body.
- addOptionalDate(String, BiConsumer<T, Date>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional date from the HTTP request body.
- addOptionalDateList(String, BiConsumer<T, List<Date>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional date list from the HTTP request body.
- addOptionalDouble(String, BiConsumer<T, Double>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional double from the HTTP request body.
- addOptionalDoubleList(String, BiConsumer<T, List<Double>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional double list from the HTTP request body.
- addOptionalFile(String, BiConsumer<T, BinaryFile>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional file from the HTTP request body.
- addOptionalFileList(String, BiConsumer<T, List<BinaryFile>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional file list from the HTTP request body.
- addOptionalLinkedModel(String, Class<? extends Identifier<C>>, BiConsumer<T, C>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional linked model from the HTTP request body.
- addOptionalLinkedModelList(String, Class<? extends Identifier<C>>, BiConsumer<T, List<C>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional list of linked models from the HTTP request
body.
- addOptionalLong(String, BiConsumer<T, Long>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional long from the HTTP request body.
- addOptionalLongList(String, BiConsumer<T, List<Long>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional long list from the HTTP request body.
- addOptionalNestedModel(String, FormBuilderFunction<U>, BiConsumer<T, U>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional nested model from the HTTP request body.
- addOptionalNestedModelList(String, FormBuilderFunction<U>, BiConsumer<T, List<U>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional nested model list from the HTTP request
body.
- addOptionalString(String, BiConsumer<T, String>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional string from the HTTP request body.
- addOptionalStringList(String, BiConsumer<T, List<String>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests an optional string list from the HTTP request body.
- addRelatedCollection(String, Class<S>, Function<T, V>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a related collection.
- addRelatedCollection(String, Class<S>) - Method in interface com.liferay.apio.architect.representor.Representor.FirstStep
-
Adds information about a related collection.
- addRelativeURL(String, Function<T, String>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's relative URL field.
- addRemover(ThrowableBiConsumer<S, A>, Class<A>, HasRemovePermissionFunction<S>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addRemover(ThrowableConsumer<S>, HasRemovePermissionFunction<S>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addRemover(ThrowablePentaConsumer<S, A, B, C, D>, Class<A>, Class<B>, Class<C>, Class<D>, HasRemovePermissionFunction<S>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addRemover(ThrowableTetraConsumer<S, A, B, C>, Class<A>, Class<B>, Class<C>, HasRemovePermissionFunction<S>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addRemover(ThrowableTriConsumer<S, A, B>, Class<A>, Class<B>, HasRemovePermissionFunction<S>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addRequiredBoolean(String, BiConsumer<T, Boolean>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory boolean from the HTTP request body.
- addRequiredBooleanList(String, BiConsumer<T, List<Boolean>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory boolean list from the HTTP request body.
- addRequiredDate(String, BiConsumer<T, Date>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory date from the HTTP request body.
- addRequiredDateList(String, BiConsumer<T, List<Date>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory date list from the HTTP request body.
- addRequiredDouble(String, BiConsumer<T, Double>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory double from the HTTP request body.
- addRequiredDoubleList(String, BiConsumer<T, List<Double>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory double list from the HTTP request body.
- addRequiredFile(String, BiConsumer<T, BinaryFile>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory file from the HTTP request body.
- addRequiredFileList(String, BiConsumer<T, List<BinaryFile>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory file list from the HTTP request body.
- addRequiredLinkedModel(String, Class<? extends Identifier<C>>, BiConsumer<T, C>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory linked model from the HTTP request body.
- addRequiredLinkedModelList(String, Class<? extends Identifier<C>>, BiConsumer<T, List<C>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory list of linked models from the HTTP request
body.
- addRequiredLong(String, BiConsumer<T, Long>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory long from the HTTP request body.
- addRequiredLongList(String, BiConsumer<T, List<Long>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory long list from the HTTP request body.
- addRequiredNestedModel(String, FormBuilderFunction<U>, BiConsumer<T, U>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory nested model from the HTTP request body.
- addRequiredNestedModelList(String, FormBuilderFunction<U>, BiConsumer<T, List<U>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory nested model list from the HTTP request
body.
- addRequiredString(String, BiConsumer<T, String>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory string from the HTTP request body.
- addRequiredStringList(String, BiConsumer<T, List<String>>) - Method in interface com.liferay.apio.architect.form.Form.Builder.FieldStep
-
Requests a mandatory string list from the HTTP request body.
- addString(String, Function<T, String>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's string field.
- addStringList(String, Function<T, List<String>>) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor.BaseFirstStep
-
Adds information about a resource's string list field.
- addUpdater(ThrowableBiFunction<S, R, T>, HasUpdatePermissionFunction<S>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addUpdater(ThrowableHexaFunction<S, R, A, B, C, D, T>, Class<A>, Class<B>, Class<C>, Class<D>, HasUpdatePermissionFunction<S>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addUpdater(ThrowablePentaFunction<S, R, A, B, C, T>, Class<A>, Class<B>, Class<C>, HasUpdatePermissionFunction<S>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addUpdater(ThrowableTetraFunction<S, R, A, B, T>, Class<A>, Class<B>, HasUpdatePermissionFunction<S>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- addUpdater(ThrowableTriFunction<S, R, A, T>, Class<A>, HasUpdatePermissionFunction<S>, FormBuilderFunction<R>) - Method in interface com.liferay.apio.architect.routes.ItemRoutes.Builder
-
- andThen(DecaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? super J>) - Method in interface com.liferay.apio.architect.consumer.DecaConsumer
-
Returns the DecaConsumer
function that first executes the current
DecaConsumer
instance's accept
method, then executes the
after
parameter's accept
method.
- andThen(EnneaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I>) - Method in interface com.liferay.apio.architect.consumer.EnneaConsumer
-
Returns the EnneaConsumer
function that first executes the
current EnneaConsumer
instance's accept
method, then
executes the after
parameter's accept
method.
- andThen(HeptaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G>) - Method in interface com.liferay.apio.architect.consumer.HeptaConsumer
-
Returns the HeptaConsumer
function that first executes the
current HeptaConsumer
instance's accept
method, then
executes the after
parameter's accept
method.
- andThen(HexaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F>) - Method in interface com.liferay.apio.architect.consumer.HexaConsumer
-
Returns the HexaConsumer
function that first executes the current
HexaConsumer
instance's accept
method, then executes the
after
parameter's accept
method.
- andThen(OctaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H>) - Method in interface com.liferay.apio.architect.consumer.OctaConsumer
-
Returns the OctaConsumer
function that first executes the current
OctaConsumer
instance's accept
method, then executes the
after
parameter's accept
method.
- andThen(PentaConsumer<? super A, ? super B, ? super C, ? super D, ? super E>) - Method in interface com.liferay.apio.architect.consumer.PentaConsumer
-
Returns the PentaConsumer
function that first executes the
current PentaConsumer
instance's accept
method, then
executes the after
parameter's accept
method.
- andThen(TetraConsumer<? super A, ? super B, ? super C, ? super D>) - Method in interface com.liferay.apio.architect.consumer.TetraConsumer
-
Returns the TetraConsumer
function that first executes the
current TetraConsumer
instance's accept
method, then
executes the after
parameter's accept
method.
- andThen(ThrowableBiConsumer<? super A, ? super B>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableBiConsumer
-
Returns the ThrowableBiConsumer
function that first executes the
current ThrowableBiConsumer
instance's accept
method,
then executes the after
parameter's accept
method.
- andThen(ThrowableConsumer<? super A>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableConsumer
-
Returns the ThrowableConsumer
function that first executes the
current ThrowableConsumer
instance's accept
method, then
executes the after
parameter's accept
method.
- andThen(ThrowableDecaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? super J>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableDecaConsumer
-
Returns the ThrowableDecaConsumer
function that first executes
the current ThrowableDecaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowableEnneaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableEnneaConsumer
-
Returns the ThrowableEnneaConsumer
function that first executes
the current ThrowableEnneaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowableHeptaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableHeptaConsumer
-
Returns the ThrowableHeptaConsumer
function that first executes
the current ThrowableHeptaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowableHexaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableHexaConsumer
-
Returns the ThrowableHexaConsumer
function that first executes
the current ThrowableHexaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowableOctaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableOctaConsumer
-
Returns the ThrowableOctaConsumer
function that first executes
the current ThrowableOctaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowablePentaConsumer<? super A, ? super B, ? super C, ? super D, ? super E>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowablePentaConsumer
-
Returns the ThrowablePentaConsumer
function that first executes
the current ThrowablePentaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowableTetraConsumer<? super A, ? super B, ? super C, ? super D>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableTetraConsumer
-
Returns the ThrowableTetraConsumer
function that first executes
the current ThrowableTetraConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(ThrowableTriConsumer<? super A, ? super B, ? super C>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableTriConsumer
-
Returns the ThrowableTriConsumer
function that first executes the
current ThrowableTriConsumer
instance's accept
method,
then executes the after
parameter's accept
method.
- andThen(ThrowableUndecaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? super J, ? super K>) - Method in interface com.liferay.apio.architect.consumer.throwable.ThrowableUndecaConsumer
-
Returns the ThrowableUndecaConsumer
function that first executes
the current ThrowableUndecaConsumer
instance's accept
method, then executes the after
parameter's accept
method.
- andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface com.liferay.apio.architect.consumer.TriConsumer
-
Returns the TriConsumer
function that first executes the current
TriConsumer
instance's accept
method, then executes the
after
parameter's accept
method.
- andThen(UndecaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? super J, ? super K>) - Method in interface com.liferay.apio.architect.consumer.UndecaConsumer
-
Returns the UndecaConsumer
function that first executes the
current UndecaConsumer
instance's accept
method, then
executes the after
parameter's accept
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.DecaFunction
-
Returns the DecaFunction
that first executes the current DecaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.EnneaFunction
-
Returns the EnneaFunction
that first executes the current EnneaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.HeptaFunction
-
Returns the HeptaFunction
that first executes the current HeptaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.HexaFunction
-
Returns the HexaFunction
that first executes the current HexaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.OctaFunction
-
Returns the OctaFunction
that first executes the current OctaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.PentaFunction
-
Returns the PentaFunction
that first executes the current PentaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.TetraFunction
-
Returns the TetraFunction
that first executes the current TetraFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableBiFunction
-
Returns the ThrowableBiFunction
that first executes the current
ThrowableBiFunction
instance's apply
method, then uses
the result as input for the afterFunction
parameter's apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableDecaFunction
-
Returns the ThrowableDecaFunction
that first executes the current
ThrowableDecaFunction
instance's apply
method, then uses
the result as input for the afterFunction
parameter's apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableEnneaFunction
-
Returns the ThrowableEnneaFunction
that first executes the
current ThrowableEnneaFunction
instance's apply
method,
then uses the result as input for the afterFunction
parameter's
apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableFunction
-
Returns a composed function that first applies the current ThrowableFunction
instance to its input, and then applies the throwableFunction
to the result.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableHeptaFunction
-
Returns the ThrowableHeptaFunction
that first executes the
current ThrowableHeptaFunction
instance's apply
method,
then uses the result as input for the afterFunction
parameter's
apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableHexaFunction
-
Returns the ThrowableHexaFunction
that first executes the current
ThrowableHexaFunction
instance's apply
method, then uses
the result as input for the afterFunction
parameter's apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableOctaFunction
-
Returns the ThrowableOctaFunction
that first executes the current
ThrowableOctaFunction
instance's apply
method, then uses
the result as input for the afterFunction
parameter's apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowablePentaFunction
-
Returns the ThrowablePentaFunction
that first executes the
current ThrowablePentaFunction
instance's apply
method,
then uses the result as input for the afterFunction
parameter's
apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableTetraFunction
-
Returns the ThrowableTetraFunction
that first executes the
current ThrowableTetraFunction
instance's apply
method,
then uses the result as input for the afterFunction
parameter's
apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableTriFunction
-
Returns the ThrowableTriFunction
that first executes the current
ThrowableTriFunction
instance's apply
method, then uses
the result as input for the afterFunction
parameter's apply
method.
- andThen(ThrowableFunction<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableUndecaFunction
-
Returns the ThrowableUndecaFunction
that first executes the
current ThrowableUndecaFunction
instance's apply
method,
then uses the result as input for the afterFunction
parameter's
apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.TriFunction
-
Returns the TriFunction
that first executes the current TriFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- andThen(Function<? super R, ? extends V>) - Method in interface com.liferay.apio.architect.function.UndecaFunction
-
Returns the UndecaFunction
that first executes the current UndecaFunction
instance's apply
method, then uses the result as
input for the afterFunction
parameter's apply
method.
- APIDescription - Interface in com.liferay.apio.architect.documentation
-
Returns the API description.
- APIError - Class in com.liferay.apio.architect.error
-
Describes an API error.
- APIError(Exception, String, String, int) - Constructor for class com.liferay.apio.architect.error.APIError
-
- APIError(Exception, String, String, String, int) - Constructor for class com.liferay.apio.architect.error.APIError
-
- ApioLogger - Interface in com.liferay.apio.architect.logger
-
- APITitle - Interface in com.liferay.apio.architect.documentation
-
Returns the API title.
- apply(A, B, C, D, E, F, G, H, I, J) - Method in interface com.liferay.apio.architect.function.DecaFunction
-
Applies the current DecaFunction
and returns a value of type
R
.
- apply(A, B, C, D, E, F, G, H, I) - Method in interface com.liferay.apio.architect.function.EnneaFunction
-
Applies the current EnneaFunction
and returns a value of type
R
.
- apply(A, B, C, D, E, F, G) - Method in interface com.liferay.apio.architect.function.HeptaFunction
-
Applies the current HeptaFunction
and returns a value of type
R
.
- apply(A, B, C, D, E, F) - Method in interface com.liferay.apio.architect.function.HexaFunction
-
Applies the current HexaFunction
and returns a value of type
R
.
- apply(A, B, C, D, E, F, G, H) - Method in interface com.liferay.apio.architect.function.OctaFunction
-
Applies the current OctaFunction
and returns a value of type
R
.
- apply(A, B, C, D, E) - Method in interface com.liferay.apio.architect.function.PentaFunction
-
Applies the current PentaFunction
and returns a value of type
R
.
- apply(A, B, C, D) - Method in interface com.liferay.apio.architect.function.TetraFunction
-
Applies the current TetraFunction
and returns a value of type
R
.
- apply(A, B) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableBiFunction
-
Applies the current ThrowableBiFunction
and returns a value of
type R
.
- apply(A, B, C, D, E, F, G, H, I, J) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableDecaFunction
-
Applies the current ThrowableDecaFunction
and returns a value of
type R
.
- apply(A, B, C, D, E, F, G, H, I) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableEnneaFunction
-
Applies the current ThrowableEnneaFunction
and returns a value of
type R
.
- apply(A) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableFunction
-
Returns the result of applying the current ThrowableFunction
instance to the argument.
- apply(A, B, C, D, E, F, G) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableHeptaFunction
-
Applies the current ThrowableHeptaFunction
and returns a value of
type R
.
- apply(A, B, C, D, E, F) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableHexaFunction
-
Applies the current ThrowableHexaFunction
and returns a value of
type R
.
- apply(A, B, C, D, E, F, G, H) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableOctaFunction
-
Applies the current ThrowableOctaFunction
and returns a value of
type R
.
- apply(A, B, C, D, E) - Method in interface com.liferay.apio.architect.function.throwable.ThrowablePentaFunction
-
Applies the current ThrowablePentaFunction
and returns a value of
type R
.
- apply(A, B, C, D) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableTetraFunction
-
Applies the current ThrowableTetraFunction
and returns a value of
type R
.
- apply(A, B, C) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableTriFunction
-
Applies the current ThrowableTriFunction
and returns a value of
type R
.
- apply(A, B, C, D, E, F, G, H, I, J, K) - Method in interface com.liferay.apio.architect.function.throwable.ThrowableUndecaFunction
-
Applies the current ThrowableUndecaFunction
and returns a value
of type R
.
- apply(A, B, C) - Method in interface com.liferay.apio.architect.function.TriFunction
-
Applies the current TriFunction
and returns a value of type
R
.
- apply(A, B, C, D, E, F, G, H, I, J, K) - Method in interface com.liferay.apio.architect.function.UndecaFunction
-
Applies the current UndecaFunction
and returns a value of type
R
.
- asObject() - Method in class com.liferay.apio.architect.resource.Resource.Id
-
- asString() - Method in class com.liferay.apio.architect.resource.Resource.Id
-
- asURI() - Method in class com.liferay.apio.architect.uri.Path
-
Returns the current resource's path as a URI.
- GenericParentId - Annotation Type in com.liferay.apio.architect.annotation
-
Defines an annotation that provides information about a generic parent ID.
- get(Body) - Method in interface com.liferay.apio.architect.form.Form
-
Returns this form's information in a class of type
T
, where type
T
matches the type parameter of the
Form.Builder
that created
the form.
- get() - Method in class com.liferay.apio.architect.functional.Try.Failure
-
- get() - Method in class com.liferay.apio.architect.functional.Try
-
Returns a Success
instance'S value, or a Failure
instance'S exception.
- get() - Method in class com.liferay.apio.architect.functional.Try.Success
-
- get() - Method in interface com.liferay.apio.architect.supplier.ThrowableSupplier
-
Returns a result of type R
if the operation succeeds; otherwise
throws an exception.
- getApplicationRelativeURLFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list that contains the application relative URL field names
and the functions to get those fields.
- getBatchCreateItemFunctionOptional() - Method in interface com.liferay.apio.architect.routes.CollectionRoutes
-
- getBinaryFunction(String) - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns a binary resource linked to a model, if present; returns Optional#empty
otherwise.
- getBinaryFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the binary functions linked to a model.
- getBodyMembersOptional() - Method in interface com.liferay.apio.architect.form.Body
-
Returns a list of nested bodies from the body, if present; returns Optional#empty()
otherwise.
- getBooleanFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the boolean field names and the functions to
get those fields.
- getBooleanListFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the boolean list field names and the
functions to get those fields.
- getCreateItemFunctionOptional() - Method in interface com.liferay.apio.architect.routes.CollectionRoutes
-
- getCustomItemFunctionsOptional() - Method in interface com.liferay.apio.architect.routes.ItemRoutes
-
- getCustomPageFunctionsOptional() - Method in interface com.liferay.apio.architect.routes.CollectionRoutes
-
- getCustomRoute() - Method in interface com.liferay.apio.architect.operation.Operation
-
Returns the operation's custom route.
- getCustomRoutes() - Method in interface com.liferay.apio.architect.routes.CollectionRoutes
-
- getCustomRoutes() - Method in interface com.liferay.apio.architect.routes.ItemRoutes
-
- getDeleteConsumerOptional() - Method in interface com.liferay.apio.architect.routes.ItemRoutes
-
- getDescription() - Method in class com.liferay.apio.architect.error.APIError
-
Returns the API error's description, if present; Optional#empty()
otherwise.
- getDescription(AcceptLanguage) - Method in interface com.liferay.apio.architect.form.Form
-
Returns this form's description, which depends on the HTTP request accept
language.
- getDescriptionFunction(String) - Method in interface com.liferay.apio.architect.documentation.contributor.CustomDocumentation
-
Returns a function that returns the description of a property or
operation for the locale.
- getEndPosition() - Method in interface com.liferay.apio.architect.pagination.Pagination
-
Returns the position of the requested page's last element.
- getException() - Method in class com.liferay.apio.architect.error.APIError
-
Returns the API error's original exception.
- getException() - Method in class com.liferay.apio.architect.functional.Try.Failure
-
Returns the current Failure
instance'S exception.
- getFieldType() - Method in interface com.liferay.apio.architect.form.FormField
-
Returns the type of this field.
- getFileListOptional(String) - Method in interface com.liferay.apio.architect.form.Body
-
Returns a list of files from the body, if present; returns Optional#empty()
otherwise.
- getFileOptional(String) - Method in interface com.liferay.apio.architect.form.Body
-
Returns a binary file from the body, if present; returns Optional#empty()
otherwise.
- getForm() - Method in interface com.liferay.apio.architect.form.FormField
-
Returns the nested form.
- getFormFields() - Method in interface com.liferay.apio.architect.form.Form
-
Returns the list of fields from this Form
.
- getFormOptional() - Method in class com.liferay.apio.architect.custom.actions.CustomRoute
-
- getFormOptional() - Method in interface com.liferay.apio.architect.operation.Operation
-
Returns this operation's expected form, if present; returns Optional#empty()
otherwise.
- getFormOptional() - Method in interface com.liferay.apio.architect.routes.CollectionRoutes
-
- getFormOptional() - Method in interface com.liferay.apio.architect.routes.ItemRoutes
-
- getFormOptional() - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes
-
- getGetPageFunctionOptional() - Method in interface com.liferay.apio.architect.routes.CollectionRoutes
-
- getHttpMethod() - Method in interface com.liferay.apio.architect.operation.Operation
-
Returns the operation's method.
- getId() - Method in interface com.liferay.apio.architect.form.Form
-
- getId() - Method in class com.liferay.apio.architect.uri.Path
-
Returns the current path's ID.
- getIdentifier(T) - Method in interface com.liferay.apio.architect.representor.Representor
-
Returns the model's identifier.
- getIdentifierClass() - Method in interface com.liferay.apio.architect.related.RelatedCollection
-
Returns the class of the collection items' identifier.
- getIdentifierClass() - Method in interface com.liferay.apio.architect.related.RelatedModel
-
Returns the related resource identifier's class.
- getIdentifierFunction() - Method in interface com.liferay.apio.architect.related.RelatedModel
-
- getIdentifierName() - Method in interface com.liferay.apio.architect.related.RelatedModel
-
Returns the identifier's name.
- getIdentifiers() - Method in class com.liferay.apio.architect.batch.BatchResult
-
Returns the list of identifiers created in the batch operation.
- getIdOptional() - Method in class com.liferay.apio.architect.resource.Resource.Item
-
The resource's ID, if present; Optional#empty
otherwise.
- getInputStream() - Method in class com.liferay.apio.architect.file.BinaryFile
-
- GetItemFunction<T,S> - Interface in com.liferay.apio.architect.alias.routes
-
Defines a type alias for a function that can be used to get a collection
item.
- getItemFunctionOptional() - Method in interface com.liferay.apio.architect.routes.ItemRoutes
-
- getItems() - Method in interface com.liferay.apio.architect.pagination.Page
-
Returns the page's items.
- getItems() - Method in class com.liferay.apio.architect.pagination.PageItems
-
Returns the page's items.
- getItemsPerPage() - Method in interface com.liferay.apio.architect.pagination.Page
-
Returns the number of items the user selected on the page.
- getItemsPerPage() - Method in interface com.liferay.apio.architect.pagination.Pagination
-
Returns the selected number of items per page.
- getKey() - Method in interface com.liferay.apio.architect.alias.representor.FieldFunction
-
Returns the field key.
- getKey() - Method in interface com.liferay.apio.architect.related.RelatedCollection
-
Returns the relation's key.
- getKey() - Method in interface com.liferay.apio.architect.related.RelatedModel
-
Returns the relation's key.
- getLastPageNumber() - Method in interface com.liferay.apio.architect.pagination.Page
-
Returns the number of the collection's last page.
- getLinkFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the links field names and the functions to
get those links.
- getList(Body) - Method in interface com.liferay.apio.architect.form.Form
-
Returns multiple form's information in list of classes of type
T
,
where type
T
matches the type parameter of the
Form.Builder
that created the form.
- getLocales() - Method in interface com.liferay.apio.architect.language.AcceptLanguage
-
Returns the Stream
of the request's preferred Locale
, in
decreasing order.
- getLocales() - Method in interface com.liferay.apio.architect.language.Language
-
Deprecated.
Returns the Stream
of the request's preferred Locale
, in
decreasing order.
- getLocalizedStringFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns a map containing the localized string field names and the
functions to get those fields.
- getMessage() - Method in class com.liferay.apio.architect.error.APIError
-
Returns the API error's message.
- getMethod() - Method in class com.liferay.apio.architect.custom.actions.CustomRoute
-
- getMethod() - Method in class com.liferay.apio.architect.custom.actions.DeleteRoute
-
- getMethod() - Method in class com.liferay.apio.architect.custom.actions.GetRoute
-
- getMethod() - Method in class com.liferay.apio.architect.custom.actions.PostRoute
-
- getMethod() - Method in class com.liferay.apio.architect.custom.actions.PutRoute
-
- getMimeType() - Method in class com.liferay.apio.architect.file.BinaryFile
-
- getModel() - Method in interface com.liferay.apio.architect.single.model.SingleModel
-
Returns the model.
- getModelToIdentifierFunction() - Method in interface com.liferay.apio.architect.related.RelatedCollection
-
Returns the function you can use to retrieve the related resource's
identifier.
- getModelToIdentifierFunction() - Method in interface com.liferay.apio.architect.related.RelatedModel
-
Returns the function you can use to retrieve the related resource's
identifier.
- getName() - Method in class com.liferay.apio.architect.custom.actions.CustomRoute
-
- getName() - Method in class com.liferay.apio.architect.file.BinaryFile
-
- getName() - Method in interface com.liferay.apio.architect.form.FormField
-
Returns the name of the field.
- getName() - Method in interface com.liferay.apio.architect.operation.Operation
-
Returns the operation's name.
- getName() - Method in interface com.liferay.apio.architect.representor.Representable
-
Returns the resource's name.
- getName() - Method in class com.liferay.apio.architect.resource.Resource
-
The resource's name
- getName() - Method in class com.liferay.apio.architect.uri.Path
-
Returns the current path's name.
- getNestedBatchCreateItemFunctionOptional() - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes
-
- getNestedBodyListOptional(String) - Method in interface com.liferay.apio.architect.form.Body
-
Returns a nested body list from the body, if present; returns Optional#empty()
otherwise.
- getNestedBodyOptional(String) - Method in interface com.liferay.apio.architect.form.Body
-
Returns a nested body from the body, if present; returns Optional#empty()
otherwise.
- getNestedCreateItemFunctionOptional() - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes
-
- getNestedFieldFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list of nested field functions.
- getNestedGetPageFunctionOptional() - Method in interface com.liferay.apio.architect.routes.NestedCollectionRoutes
-
- getNestedListFieldFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list of nested list field functions.
- getNestedRepresentor() - Method in interface com.liferay.apio.architect.alias.representor.NestedFieldFunction
-
- getNestedRepresentor() - Method in interface com.liferay.apio.architect.alias.representor.NestedListFieldFunction
-
- getNumberFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the number field names and the functions to
get those fields.
- getNumberListFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the number list field names and the functions
to get those fields.
- getOperations() - Method in interface com.liferay.apio.architect.pagination.Page
-
- getOperations() - Method in interface com.liferay.apio.architect.single.model.SingleModel
-
- GetPageFunction<T> - Interface in com.liferay.apio.architect.alias.routes
-
Defines a type alias for a function that can be used to get a collection
page.
- getPageNumber() - Method in interface com.liferay.apio.architect.pagination.Page
-
Returns the page number in the collection.
- getPageNumber() - Method in interface com.liferay.apio.architect.pagination.Pagination
-
Returns the requested page's number.
- getParentIdOptional() - Method in class com.liferay.apio.architect.resource.Resource.GenericParent
-
The resource's generic parent ID.
- getParentItem() - Method in class com.liferay.apio.architect.resource.Resource.Nested
-
- getParentName() - Method in class com.liferay.apio.architect.resource.Resource.GenericParent
-
The resource's generic parent name.
- getPathOptional() - Method in interface com.liferay.apio.architect.pagination.Page
-
- getPreferredLocale() - Method in interface com.liferay.apio.architect.language.AcceptLanguage
-
Returns the first Locale
added on the Accept-Language
header.
- getPreferredLocale() - Method in interface com.liferay.apio.architect.language.Language
-
Deprecated.
Returns the first Locale
added on the Accept-Language
header.
- getPrimaryType() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the primary type.
- getRelatedCollections() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the related collections.
- getRelatedModels() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the related models.
- getRelativeURLFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the relative URL field names and the
functions to get those fields.
- getResource() - Method in interface com.liferay.apio.architect.pagination.Page
-
The page's resource.
- getResourceName() - Method in interface com.liferay.apio.architect.pagination.Page
-
- getResourceName() - Method in interface com.liferay.apio.architect.single.model.SingleModel
-
Returns the resource's name.
- GetRoute - Class in com.liferay.apio.architect.custom.actions
-
Models a resource route with GET semantics
- GetRoute() - Constructor for class com.liferay.apio.architect.custom.actions.GetRoute
-
- getSize() - Method in class com.liferay.apio.architect.file.BinaryFile
-
- getStartPosition() - Method in interface com.liferay.apio.architect.pagination.Pagination
-
Returns the position of the requested page's first element.
- getStatusCode() - Method in class com.liferay.apio.architect.error.APIError
-
Returns the API error's HTTP status code.
- getStringFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the string field names and the functions to
get those fields.
- getStringListFunctions() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the list containing the string list field names and the functions
to get those fields.
- getTitle() - Method in class com.liferay.apio.architect.error.APIError
-
Returns the API error's title.
- getTitle(AcceptLanguage) - Method in interface com.liferay.apio.architect.form.Form
-
Returns the form's title, which depends on the HTTP request accept
language.
- getTotalCount() - Method in interface com.liferay.apio.architect.pagination.Page
-
Returns the total number of elements in the collection.
- getTotalCount() - Method in class com.liferay.apio.architect.pagination.PageItems
-
Returns the total number of elements in the collection.
- getType() - Method in class com.liferay.apio.architect.error.APIError
-
Returns the API error's type.
- getTypes() - Method in interface com.liferay.apio.architect.representor.BaseRepresentor
-
Returns the types.
- getUnchecked() - Method in class com.liferay.apio.architect.functional.Try.Failure
-
- getUnchecked() - Method in class com.liferay.apio.architect.functional.Try
-
Returns a Success
instance'S value, or a Failure
instance'S exception wrapped in a RuntimeException
.
- getUnchecked() - Method in class com.liferay.apio.architect.functional.Try.Success
-
- getUpdateItemFunctionOptional() - Method in interface com.liferay.apio.architect.routes.ItemRoutes
-
- getURIOptional() - Method in interface com.liferay.apio.architect.operation.Operation
-
Returns the operation's URI.
- getValue() - Method in class com.liferay.apio.architect.functional.Try.Success
-
Returns the current Success
instance'S value.
- getValueListOptional(String) - Method in interface com.liferay.apio.architect.form.Body
-
Returns a list of values from the body, if present; returns Optional#empty()
otherwise.
- getValueOptional(String) - Method in interface com.liferay.apio.architect.form.Body
-
Returns a value from the body, if present; returns Optional#empty()
otherwise.