public class Assignment extends Object implements DebugDumpable, Dumpable
INDENT_STRING
Constructor and Description |
---|
Assignment() |
Modifier and Type | Method and Description |
---|---|
void |
addAccountConstruction(AccountConstruction accpuntContruction) |
void |
addAuthorization(Authorization authorization) |
void |
addOrgRefVal(PrismReferenceValue org) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
Collection<AccountConstruction> |
getAccountConstructions() |
Collection<Authorization> |
getAuthorizations() |
Collection<PrismReferenceValue> |
getOrgRefVals() |
Collection<ResourceType> |
getResources(OperationResult result) |
String |
toString() |
public Collection<AccountConstruction> getAccountConstructions()
public void addAccountConstruction(AccountConstruction accpuntContruction)
public Collection<PrismReferenceValue> getOrgRefVals()
public void addOrgRefVal(PrismReferenceValue org)
public Collection<Authorization> getAuthorizations()
public void addAuthorization(Authorization authorization)
public Collection<ResourceType> getResources(OperationResult result) throws ObjectNotFoundException, SchemaException
public String dump()
Dumpable
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2013 evolveum. All rights reserved.