Class ResolvedConstructionResource
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.construction.ResolvedConstructionResource
-
- All Implemented Interfaces:
Serializable
public class ResolvedConstructionResource extends Object implements Serializable
Information on the resource referenced by particularResourceObjectConstruction
- the object as well as information what to do in case it couldn't be resolved.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @Nullable ResourceType
resource
Resolved form of the object.boolean
warning
Is the fact that the object couldn't be found a warning, or is it even to be simply ignored?
-
-
-
Field Detail
-
resource
@Nullable public final @Nullable ResourceType resource
Resolved form of the object.
-
warning
public final boolean warning
Is the fact that the object couldn't be found a warning, or is it even to be simply ignored?
-
-