Uses of Class
org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
Packages that use DeleteDependencyConfigTO
Package
Description
-
Uses of DeleteDependencyConfigTO in org.craftercms.studio.api.v1.service.configuration
Methods in org.craftercms.studio.api.v1.service.configuration that return types with arguments of type DeleteDependencyConfigTOModifier and TypeMethodDescriptionServicesConfig.getDeleteDependencyPatterns(String site, String contentType) get the delete dependencies related to a content type -
Uses of DeleteDependencyConfigTO in org.craftercms.studio.api.v1.to
Fields in org.craftercms.studio.api.v1.to with type parameters of type DeleteDependencyConfigTOModifier and TypeFieldDescriptionprotected List<DeleteDependencyConfigTO> ContentTypeConfigTO.deleteDependencieslist of delete association patterns that this content type is dependent on for deleting indexes in webprojectMethods in org.craftercms.studio.api.v1.to that return types with arguments of type DeleteDependencyConfigTOMethod parameters in org.craftercms.studio.api.v1.to with type arguments of type DeleteDependencyConfigTOModifier and TypeMethodDescriptionvoidContentTypeConfigTO.setDeleteDependencies(List<DeleteDependencyConfigTO> deleteDependencies) -
Uses of DeleteDependencyConfigTO in org.craftercms.studio.impl.v1.service.configuration
Methods in org.craftercms.studio.impl.v1.service.configuration that return types with arguments of type DeleteDependencyConfigTOModifier and TypeMethodDescription@Valid List<DeleteDependencyConfigTO> ServicesConfigImpl.getDeleteDependencyPatterns(String site, String contentType) -
Uses of DeleteDependencyConfigTO in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that return types with arguments of type DeleteDependencyConfigTOModifier and TypeMethodDescriptionprotected List<DeleteDependencyConfigTO> ContentServiceImpl.getDeletePatternConfig(String site, String relativePath)