Uses of Class
de.trustable.ca3s.core.domain.enumeration.ContentRelationType
-
Packages that use ContentRelationType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.service.util -
-
Uses of ContentRelationType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type ContentRelationType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ProtectedContent,ContentRelationType>ProtectedContent_. relationTypeMethods in de.trustable.ca3s.core.domain that return ContentRelationType Modifier and Type Method Description ContentRelationTypeProtectedContent. getRelationType()Methods in de.trustable.ca3s.core.domain with parameters of type ContentRelationType Modifier and Type Method Description ProtectedContentProtectedContent. relationType(ContentRelationType relationType)voidProtectedContent. setRelationType(ContentRelationType relationType) -
Uses of ContentRelationType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return ContentRelationType Modifier and Type Method Description static ContentRelationTypeContentRelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentRelationType[]ContentRelationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContentRelationType in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository with parameters of type ContentRelationType Modifier and Type Method Description List<ProtectedContent>ProtectedContentRepository. findByTypeRelationContentB64(ProtectedContentType type, ContentRelationType relationType, String contentB64)List<ProtectedContent>ProtectedContentRepository. findByTypeRelationId(ProtectedContentType type, ContentRelationType relationType, Long id) -
Uses of ContentRelationType in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type ContentRelationType Modifier and Type Method Description ProtectedContentProtectedContentUtil. createDerivedProtectedContent(String plainText, ProtectedContentType pct, ContentRelationType crt, long connectionId, int leftUsages, Instant validTo)ProtectedContentProtectedContentUtil. createProtectedContent(String plainText, ProtectedContentType pct, ContentRelationType crt, long connectionId)create a new ProtectedContent object and save the given contentProtectedContentProtectedContentUtil. createProtectedContent(String plainText, ProtectedContentType pct, ContentRelationType crt, long connectionId, int leftUsages, Instant validTo)create a new ProtectedContent object and save the given contentProtectedContentProtectedContentUtil. createProtectedContent(String plainText, ProtectedContentType pct, ContentRelationType crt, long connectionId, Instant validTo)create a new ProtectedContent object and save the given contentList<ProtectedContent>ProtectedContentUtil. findProtectedContentBySecret(String plainText, ProtectedContentType type, ContentRelationType crt)PrivateKeyCertificateUtil. getPrivateKey(ProtectedContentType type, ContentRelationType relationType, Long id)List<ProtectedContent>ProtectedContentUtil. retrieveProtectedContent(ProtectedContentType type, ContentRelationType crt, long id)
-