@Entity public abstract class RFocus<T extends FocusType> extends RObject<T>
QUERY_NEXT_ID
Constructor and Description |
---|
RFocus() |
Modifier and Type | Method and Description |
---|---|
static <T extends FocusType> |
copyFromJAXB(FocusType jaxb,
RFocus<T> repo,
PrismContext prismContext) |
static <T extends FocusType> |
copyToJAXB(RFocus<T> repo,
FocusType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
boolean |
equals(Object o) |
RActivation |
getActivation() |
Set<RAssignment> |
getAssignment() |
Set<RAssignment> |
getAssignments() |
protected Set<RAssignment> |
getAssignments(RAssignmentOwner owner) |
Set<RObjectReference> |
getLinkRef() |
int |
hashCode() |
void |
setActivation(RActivation activation) |
void |
setAssignments(Set<RAssignment> assignments) |
void |
setLinkRef(Set<RObjectReference> linkRef) |
copyFromJAXB, copyToJAXB, getAncestors, getDescendants, getDescription, getExtension, getMetadata, getName, getParentOrgRef, getTrigger, getVersion, setAncestors, setDescendants, setDescription, setExtension, setMetadata, setName, setParentOrgRef, setTrigger, setVersion, toJAXB
public Set<RObjectReference> getLinkRef()
protected Set<RAssignment> getAssignments(RAssignmentOwner owner)
public Set<RAssignment> getAssignment()
public Set<RAssignment> getAssignments()
public RActivation getActivation()
public void setAssignments(Set<RAssignment> assignments)
public void setLinkRef(Set<RObjectReference> linkRef)
public void setActivation(RActivation activation)
public static <T extends FocusType> void copyFromJAXB(FocusType jaxb, RFocus<T> repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static <T extends FocusType> void copyToJAXB(RFocus<T> repo, FocusType jaxb, PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.