@Entity public class RObjectTemplate extends RObject<ObjectTemplateType>
QUERY_NEXT_ID
Constructor and Description |
---|
RObjectTemplate() |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(ObjectTemplateType jaxb,
RObjectTemplate repo,
PrismContext prismContext) |
static void |
copyToJAXB(RObjectTemplate repo,
ObjectTemplateType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
boolean |
equals(Object o) |
String |
getAccountConstruction() |
Set<RObjectReference> |
getIncludeRef() |
String |
getMapping() |
RPolyString |
getName() |
RObjectTemplateType |
getType() |
int |
hashCode() |
void |
setAccountConstruction(String accountConstruction) |
void |
setIncludeRef(Set<RObjectReference> includeRef) |
void |
setMapping(String mapping) |
void |
setName(RPolyString name) |
void |
setType(RObjectTemplateType type) |
ObjectTemplateType |
toJAXB(PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
copyFromJAXB, copyToJAXB, getAncestors, getDescendants, getDescription, getExtension, getMetadata, getParentOrgRef, getTrigger, getVersion, setAncestors, setDescendants, setDescription, setExtension, setMetadata, setParentOrgRef, setTrigger, setVersion
public Set<RObjectReference> getIncludeRef()
public RObjectTemplateType getType()
public String getAccountConstruction()
public String getMapping()
public void setType(RObjectTemplateType type)
public RPolyString getName()
getName
in class RObject<ObjectTemplateType>
public void setIncludeRef(Set<RObjectReference> includeRef)
public void setName(RPolyString name)
setName
in class RObject<ObjectTemplateType>
public void setAccountConstruction(String accountConstruction)
public void setMapping(String mapping)
public boolean equals(Object o)
equals
in class RObject<ObjectTemplateType>
public int hashCode()
hashCode
in class RObject<ObjectTemplateType>
public static void copyToJAXB(RObjectTemplate repo, ObjectTemplateType jaxb, PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(ObjectTemplateType jaxb, RObjectTemplate repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public ObjectTemplateType toJAXB(PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
toJAXB
in class RObject<ObjectTemplateType>
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.