@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) |
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, getLinkRef, setActivation, setAssignments, setLinkRef
copyFromJAXB, copyFromJAXB, copyToJAXB, getAncestors, 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, setAncestors, 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, 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) throws DtoTranslationException
DtoTranslationException
Copyright © 2014 evolveum. All rights reserved.