Package de.aristaflow.ilm.model.orgmodel
Class Transformation
- java.lang.Object
-
- de.aristaflow.ilm.model.orgmodel.Transformation
-
public class Transformation extends Object
-
-
Constructor Summary
Constructors Constructor Description Transformation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <I extends TransientEntity>
IfillEntity(Entity entity, AttributeMetaData amd, I ret)
protected static Entity
fillEntity(TransientEntity entity, AttributeMetaData amd, Entity ret)
static Entity
fromIlm(Entity entity, AttributeMetaData amd)
static EntityType
fromIlm(EntityType type)
static Entity
fromIlm(TransientEntity entity, AttributeMetaData amd)
static Entity
toIlm(Entity entity, AttributeMetaData amd)
static EntityType
toIlm(EntityType type)
static OrgPolicyReport
toIlm(OrgPolicyReport opr)
static OrgPolicyReport.Entry
toIlm(OrgPolicyReport.Entry e)
static OrgPolicyReport.Range
toIlm(OrgPolicyReport.Range r)
static PasswordEstimation
toIlm(Pair<PasswordStrength.PasswordQuality,PasswordStrength> pair)
-
-
-
Method Detail
-
fromIlm
public static EntityType fromIlm(EntityType type)
-
fromIlm
public static Entity fromIlm(TransientEntity entity, AttributeMetaData amd)
-
fromIlm
public static Entity fromIlm(Entity entity, AttributeMetaData amd)
-
fillEntity
protected static Entity fillEntity(TransientEntity entity, AttributeMetaData amd, Entity ret)
-
toIlm
public static EntityType toIlm(EntityType type)
-
toIlm
public static Entity toIlm(Entity entity, AttributeMetaData amd) throws OrgModelException
- Throws:
OrgModelException
- If the data type of an attribute of the designated entity is not provided or invalid, anOrgModelException
will be thrown.
-
fillEntity
protected static <I extends TransientEntity> I fillEntity(Entity entity, AttributeMetaData amd, I ret) throws OrgModelException
- Throws:
OrgModelException
- If the data type of an attribute of the designated entity is not provided or invalid, anOrgModelException
will be thrown.
-
toIlm
public static OrgPolicyReport toIlm(OrgPolicyReport opr)
-
toIlm
public static OrgPolicyReport.Entry toIlm(OrgPolicyReport.Entry e)
-
toIlm
public static OrgPolicyReport.Range toIlm(OrgPolicyReport.Range r)
-
toIlm
public static PasswordEstimation toIlm(Pair<PasswordStrength.PasswordQuality,PasswordStrength> pair)
-
-