Uses of Interface
de.espirit.firstspirit.generate.UrlCreatorSpecification
Packages that use UrlCreatorSpecification
-
Uses of UrlCreatorSpecification in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return UrlCreatorSpecificationModifier and TypeMethodDescription@NotNull UrlCreatorSpecificationGenerateTask.getUrlCreatorSpecification()Get the url creator setting.Methods in de.espirit.firstspirit.access.schedule that return types with arguments of type UrlCreatorSpecificationModifier and TypeMethodDescriptionGenerateTask.getAvailableUrlCreatorSpecifications()Get available url creators.Methods in de.espirit.firstspirit.access.schedule with parameters of type UrlCreatorSpecificationModifier and TypeMethodDescriptionvoidGenerateTask.setUrlCreatorSpecification(@NotNull UrlCreatorSpecification value) Set the url creator specifiaction. -
Uses of UrlCreatorSpecification in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return UrlCreatorSpecificationModifier and TypeMethodDescription@Nullable UrlCreatorSpecificationUrlCreatorAgent.getSpecificationByName(@NotNull String name) Return aUrlCreatorSpecificationthat matches the given name.Methods in de.espirit.firstspirit.agency that return types with arguments of type UrlCreatorSpecificationModifier and TypeMethodDescription@NotNull List<UrlCreatorSpecification>UrlCreatorAgent.getSpecifications()List all availableUrlCreatorSpecifications that are installed on the current server.@NotNull List<UrlCreatorSpecification>UrlCreatorAgent.getVisibleSpecifications()List all visibleUrlCreatorSpecifications, that are installed on this server.