Interface AnyObject
-
- All Superinterfaces:
Any<APlainAttr>
,Attributable<APlainAttr>
,Entity
,GroupableRelatable<AnyObject,AMembership,APlainAttr,AnyObject,ARelationship>
,Serializable
- All Known Implementing Classes:
JPAAnyObject
,JPAJSONAnyObject
public interface AnyObject extends GroupableRelatable<AnyObject,AMembership,APlainAttr,AnyObject,ARelationship>
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
void
setName(String name)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Any
add, add, getAuxClasses, getCreationContext, getCreationDate, getCreator, getLastChangeContext, getLastChangeDate, getLastModifier, getRealm, getResources, getStatus, getType, setCreationContext, setCreationDate, setCreator, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatus, setType
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.GroupableRelatable
add, add, getMembership, getMemberships, getPlainAttr, getPlainAttrs, getPlainAttrs, getRelationship, getRelationships, getRelationships, getRelationships, remove
-
-