Class LifecycleConverter
java.lang.Object
com.emc.documentum.rest.dfc.conversion.LifecycleConverter
- All Implemented Interfaces:
com.emc.documentum.rest.common.QueryResultConverter<Lifecycle>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(com.documentum.fc.client.IDfSession session, com.documentum.fc.client.IDfTypedObject dfobj) convert
(com.documentum.fc.client.IDfSession session, com.documentum.fc.client.IDfTypedObject dfobj, com.documentum.fc.client.IDfTypedObject other, AttributeView attributeView) convert
(com.documentum.fc.client.IDfTypedObject dfobj, int index)
-
Constructor Details
-
LifecycleConverter
public LifecycleConverter() -
LifecycleConverter
public LifecycleConverter(boolean fetchRelated)
-
-
Method Details
-
modelType
- Specified by:
modelType
in interfacecom.emc.documentum.rest.common.QueryResultConverter<Lifecycle>
-
convert
public Lifecycle convert(com.documentum.fc.client.IDfSession session, com.documentum.fc.client.IDfTypedObject dfobj, com.documentum.fc.client.IDfTypedObject other, AttributeView attributeView) throws com.documentum.fc.common.DfException - Specified by:
convert
in interfacecom.emc.documentum.rest.common.QueryResultConverter<Lifecycle>
- Throws:
com.documentum.fc.common.DfException
-
convert
public Lifecycle convert(com.documentum.fc.client.IDfSession session, com.documentum.fc.client.IDfTypedObject dfobj) throws com.documentum.fc.common.DfException - Throws:
com.documentum.fc.common.DfException
-
convert
public LifecycleState convert(com.documentum.fc.client.IDfTypedObject dfobj, int index) throws com.documentum.fc.common.DfException - Throws:
com.documentum.fc.common.DfException
-