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:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(AssignmentInfoDto other) boolean
getKind()
org.apache.wicket.model.IModel<String>
getRelationDisplayNameModel
(org.apache.wicket.Component component) Class<? extends ObjectType>
int
hashCode()
boolean
isDirect()
void
setAssignmentParent
(AssignmentPath assignmentPath) void
setDirect
(boolean direct) void
void
setKind
(ShadowKindType kind) void
setOrgRef
(ObjectReferenceType orgRef) void
setOrgRefName
(String orgRefName) void
setRelation
(QName relation) void
void
setTargetClass
(Class<? extends ObjectType> targetClass) void
setTargetDescription
(String targetDescription) void
setTargetName
(String targetName) void
setTargetOid
(String targetOid) void
setTargetType
(QName targetType) void
setTenantName
(String tenantName) void
setTenantRef
(ObjectReferenceType tenantRef) Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
Field Details
-
F_TARGET_OID
- See Also:
-
F_TARGET_NAME
- See Also:
-
F_TARGET_DESCRIPTION
- See Also:
-
F_TARGET_TYPE
- See Also:
-
F_DIRECT
- See Also:
-
F_KIND
- See Also:
-
F_INTENT
- See Also:
-
F_TENANT_NAME
- See Also:
-
F_ORG_REF_NAME
- See Also:
-
F_REMARK
- See Also:
-
F_RELATION
- See Also:
-
-
Constructor Details
-
AssignmentInfoDto
public AssignmentInfoDto()
-
-
Method Details
-
getTargetOid
-
setTargetOid
-
getTargetName
-
setTargetName
-
getTargetDescription
-
setTargetDescription
-
getTargetClass
-
setTargetClass
-
isDirect
public boolean isDirect() -
setDirect
public void setDirect(boolean direct) -
setAssignmentParent
-
getAssignmentParent
-
getKind
-
setKind
-
getIntent
-
setIntent
-
getTenantName
-
setTenantName
-
getOrgRefName
-
setOrgRefName
-
getRemark
-
setRemark
-
getTenantRef
-
setTenantRef
-
getOrgRef
-
setOrgRef
-
getTargetType
-
setTargetType
-
getRelation
-
setRelation
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<AssignmentInfoDto>
-
getRelationDisplayNameModel
public org.apache.wicket.model.IModel<String> getRelationDisplayNameModel(org.apache.wicket.Component component)
-