Interface VirSchema
- All Superinterfaces:
Entity
,ProvidedKeyEntity
,Schema
,Serializable
- All Known Implementing Classes:
JPAVirSchema
,Neo4jVirSchema
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Method Summary
Modifier and TypeMethodDescriptiondefault Item
void
setAnyType
(AnyType anyType) void
setExtAttrName
(String extAttrName) void
setReadonly
(boolean readonly) void
setResource
(ExternalResource resource) Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Schema
getAnyTypeClass, getLabel, getLabels, getMandatoryCondition, getType, isMultivalue, isReadonly, isUniqueConstraint, setAnyTypeClass
-
Method Details
-
setReadonly
void setReadonly(boolean readonly) -
getResource
ExternalResource getResource() -
setResource
-
getAnyType
AnyType getAnyType() -
setAnyType
-
getExtAttrName
String getExtAttrName() -
setExtAttrName
-
asLinkingMappingItem
-