com.evolveum.midpoint.web.page.admin.resources.dto
Class ResourceDto
java.lang.Object
com.evolveum.midpoint.web.component.util.Selectable
com.evolveum.midpoint.web.page.admin.resources.dto.ResourceDto
- All Implemented Interfaces:
- Serializable
public class ResourceDto
- extends Selectable
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceDto
public ResourceDto()
ResourceDto
public ResourceDto(PrismObject<ResourceType> resource,
ConnectorType connector)
ResourceDto
public ResourceDto(PrismObject<ResourceType> resource,
PrismContext prismContext,
ConnectorType connector,
List<String> capabilities)
getDefaultAccountObjectClass
public QName getDefaultAccountObjectClass()
getBundle
public String getBundle()
getName
public String getName()
getOid
public String getOid()
getVersion
public String getVersion()
getProgress
public String getProgress()
getType
public String getType()
getCapabilities
public List<String> getCapabilities()
getState
public ResourceState getState()
getOverallStatus
public ResourceStatus getOverallStatus()
getLastAvailabilityStatus
public AvailabilityStatusType getLastAvailabilityStatus()
getObjectTypes
public List<ResourceObjectTypeDto> getObjectTypes()
getSyncStatus
public ResourceSyncStatus getSyncStatus()
getResImport
public ResourceImportStatus getResImport()
Copyright © 2013 evolveum. All Rights Reserved.