public abstract class AbstractResourceController extends Object
Modifier and Type | Field and Description |
---|---|
protected PrismObject<ResourceType> |
resource |
Constructor and Description |
---|
AbstractResourceController() |
Modifier and Type | Method and Description |
---|---|
ItemPath |
getAttributePath(String attributeName) |
QName |
getAttributeQName(String attributeName) |
String |
getNamespace() |
PrismObject<ResourceType> |
getResource() |
void |
setResource(PrismObject<ResourceType> resource) |
protected PrismObject<ResourceType> resource
public String getNamespace()
public PrismObject<ResourceType> getResource()
public void setResource(PrismObject<ResourceType> resource)
Copyright © 2013 evolveum. All rights reserved.