Class AssignmentInfoDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<AssignmentInfoDto>
-
- com.evolveum.midpoint.web.page.admin.users.component.AssignmentInfoDto
-
- All Implemented Interfaces:
Serializable
,Comparable<AssignmentInfoDto>
public class AssignmentInfoDto extends Selectable<AssignmentInfoDto> implements Serializable, Comparable<AssignmentInfoDto>
Not to be confused with AssignmentDto. This one is used in assignment dialog (preview, selecting for delegation limitations, ...).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_DIRECT
static String
F_INTENT
static String
F_KIND
static String
F_ORG_REF_NAME
static String
F_RELATION
static String
F_REMARK
static String
F_TARGET_DESCRIPTION
static String
F_TARGET_NAME
static String
F_TARGET_OID
static String
F_TARGET_TYPE
static String
F_TENANT_NAME
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description AssignmentInfoDto()
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
-
-
-
Field Detail
-
F_TARGET_OID
public static final String F_TARGET_OID
- See Also:
- Constant Field Values
-
F_TARGET_NAME
public static final String F_TARGET_NAME
- See Also:
- Constant Field Values
-
F_TARGET_DESCRIPTION
public static final String F_TARGET_DESCRIPTION
- See Also:
- Constant Field Values
-
F_TARGET_TYPE
public static final String F_TARGET_TYPE
- See Also:
- Constant Field Values
-
F_DIRECT
public static final String F_DIRECT
- See Also:
- Constant Field Values
-
F_KIND
public static final String F_KIND
- See Also:
- Constant Field Values
-
F_INTENT
public static final String F_INTENT
- See Also:
- Constant Field Values
-
F_TENANT_NAME
public static final String F_TENANT_NAME
- See Also:
- Constant Field Values
-
F_ORG_REF_NAME
public static final String F_ORG_REF_NAME
- See Also:
- Constant Field Values
-
F_REMARK
public static final String F_REMARK
- See Also:
- Constant Field Values
-
F_RELATION
public static final String F_RELATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTargetOid
public String getTargetOid()
-
setTargetOid
public void setTargetOid(String targetOid)
-
getTargetName
public String getTargetName()
-
setTargetName
public void setTargetName(String targetName)
-
getTargetDescription
public String getTargetDescription()
-
setTargetDescription
public void setTargetDescription(String targetDescription)
-
getTargetClass
public Class<? extends ObjectType> getTargetClass()
-
setTargetClass
public void setTargetClass(Class<? extends ObjectType> targetClass)
-
isDirect
public boolean isDirect()
-
setDirect
public void setDirect(boolean direct)
-
setAssignmentParent
public void setAssignmentParent(AssignmentPath assignmentPath)
-
getAssignmentParent
public ObjectType getAssignmentParent()
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType kind)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String intent)
-
getTenantName
public String getTenantName()
-
setTenantName
public void setTenantName(String tenantName)
-
getOrgRefName
public String getOrgRefName()
-
setOrgRefName
public void setOrgRefName(String orgRefName)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getTenantRef
public ObjectReferenceType getTenantRef()
-
setTenantRef
public void setTenantRef(ObjectReferenceType tenantRef)
-
getOrgRef
public ObjectReferenceType getOrgRef()
-
setOrgRef
public void setOrgRef(ObjectReferenceType orgRef)
-
getTargetType
public QName getTargetType()
-
setTargetType
public void setTargetType(QName targetType)
-
getRelation
public QName getRelation()
-
setRelation
public void setRelation(QName relation)
-
compareTo
public int compareTo(AssignmentInfoDto other)
- Specified by:
compareTo
in interfaceComparable<AssignmentInfoDto>
-
getRelationDisplayNameModel
public org.apache.wicket.model.IModel<String> getRelationDisplayNameModel(org.apache.wicket.Component component)
-
-