Interface XmlImportable<T>

Type Parameters:
T - is the type of the object
All Superinterfaces:
XmlImportableBase<T>
All Known Implementing Classes:
AttributeAssignAction, AttributeAssignActionSet, AttributeDef, AttributeDefName, AttributeDefNameSet, AuditEntry, AuditType, Composite, Field, Group, Member, Membership, RoleSet, Stem

public interface XmlImportable<T> extends XmlImportableBase<T>
Hibernated object which can be imported into
  • Method Details

    • xmlRetrieveByIdOrKey

      XmlImportable<T> xmlRetrieveByIdOrKey()
      retrieve from db by id or key. throws exception if duplicate
      Returns:
      the object or null if not found