Uses of Class
de.espirit.firstspirit.base.store.templatestore.gom.ProjectConstraint
Packages that use ProjectConstraint
Package
Description
-
Uses of ProjectConstraint in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return ProjectConstraintModifier and TypeMethodDescriptionGomCategoryEntry.asConstraint()GomMediaStoreLocalProjectEntry.asConstraint()GomMediaStoreRemoteProjectEntry.asConstraint()GomProjectEntry.asConstraint()Get a constraint representation of this entry.GomSiteOrMediaStoreLocalProjectEntry.asConstraint()Deprecated.GomSiteOrMediaStoreRemoteProjectEntry.asConstraint()Deprecated.GomStorableLocalProjectEntry.asConstraint()GomStorableRemoteProjectEntry.asConstraint()Methods in de.espirit.firstspirit.access.store.templatestore.gom that return types with arguments of type ProjectConstraintModifier and TypeMethodDescriptionAbstractGomProjectList.asConstraints()Convenience method returning a list of project constraintsGomFile.projectConstraints()Deprecated.GomPageRef.projectConstraints()Deprecated.GomProjectProvider.projectConstraints()Get the list of defined constraints.GomReference.projectConstraints() -
Uses of ProjectConstraint in de.espirit.firstspirit.base.store.templatestore.gom
Methods in de.espirit.firstspirit.base.store.templatestore.gom that return ProjectConstraintModifier and TypeMethodDescriptionstatic ProjectConstraintProjectConstraint.with(@NotNull ProjectConstraint.Type type, @NotNull String name, @Nullable String uploadFolder) Creates a new instance with the given parametersstatic ProjectConstraintProjectConstraint.with(@NotNull ProjectConstraint.Type type, @NotNull String name, @Nullable String uploadFolder, boolean autoReleaseAfterUpload, @NotNull Map<String, List<String>> sources) Creates a new instance with the given parametersstatic ProjectConstraintProjectConstraint.with(@NotNull ProjectConstraint.Type type, @NotNull String name, @Nullable String uploadFolder, @NotNull Map<String, List<String>> sources) Creates a new instance with the given parameters