@Entity public abstract class RAbstractRole<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType> extends RFocus<T>
F_OBJECT_TYPE_CLASS
Constructor and Description |
---|
RAbstractRole() |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType> |
copyFromJAXB(com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType jaxb,
RAbstractRole<T> repo,
PrismContext prismContext,
IdGeneratorResult generatorResult) |
boolean |
equals(Object o) |
String |
getApprovalProcess() |
Set<RObjectReference> |
getApproverRef() |
Set<RExclusion> |
getExclusion() |
Set<RAssignment> |
getInducement() |
Boolean |
getRequestable() |
int |
hashCode() |
void |
setApprovalProcess(String approvalProcess) |
void |
setApproverRef(Set<RObjectReference> approverRef) |
void |
setExclusion(Set<RExclusion> exclusion) |
void |
setRequestable(Boolean requestable) |
copyFromJAXB, getActivation, getAssignment, getAssignments, getAssignments, getJpegPhoto, getLinkRef, getRoleMembershipRef, isHasPhoto, setActivation, setAssignments, setHasPhoto, setJpegPhoto, setLinkRef, setRoleMembershipRef
copyFromJAXB, copyFromJAXB, copyToJAXB, getAncestors, getBooleans, getBooleansCount, getCreateApproverRef, getCreateChannel, getCreateTimestamp, getCreatorRef, getDates, getDatesCount, getDescendants, getFullObject, getLongs, getLongsCount, getModifierRef, getModifyApproverRef, getModifyChannel, getModifyTimestamp, getName, getObjectTypeClass, getOid, getParentOrgRef, getPolys, getPolysCount, getReferences, getReferencesCount, getStrings, getStringsCount, getTenantRef, getTrigger, getVersion, isTransient, setAncestors, setBooleans, setBooleansCount, setCreateApproverRef, setCreateChannel, setCreateTimestamp, setCreatorRef, setDates, setDatesCount, setDescendants, setFullObject, setLongs, setLongsCount, setModifierRef, setModifyApproverRef, setModifyChannel, setModifyTimestamp, setName, setObjectTypeClass, setOid, setParentOrgRef, setPolys, setPolysCount, setReferences, setReferencesCount, setStrings, setStringsCount, setTenantRef, setTransient, setTrigger, setVersion, toJAXB, toString
public Boolean getRequestable()
public String getApprovalProcess()
public Set<RAssignment> getInducement()
public Set<RExclusion> getExclusion()
public Set<RObjectReference> getApproverRef()
public void setApproverRef(Set<RObjectReference> approverRef)
public void setExclusion(Set<RExclusion> exclusion)
public void setApprovalProcess(String approvalProcess)
public void setRequestable(Boolean requestable)
public boolean equals(Object o)
public int hashCode()
public static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType> void copyFromJAXB(com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType jaxb, RAbstractRole<T> repo, PrismContext prismContext, IdGeneratorResult generatorResult) throws DtoTranslationException
DtoTranslationException
Copyright © 2015 evolveum. All rights reserved.