public abstract class AbstractAttributedTypeEntry<T extends org.picketlink.idm.model.AttributedType> extends AbstractFileEntry<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAttributedTypeEntry(String version,
T object) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
doCreateInstance(Map<String,Serializable> properties) |
protected T |
doPopulateEntry(Map<String,Serializable> properties) |
protected void |
doPopulateProperties(Map<String,Serializable> properties) |
protected void |
doReadObject(ObjectInputStream s) |
protected void |
doWriteObject(ObjectOutputStream s) |
getEntry, getType, getVersionprotected T doPopulateEntry(Map<String,Serializable> properties) throws Exception
doPopulateEntry in class AbstractFileEntry<T extends org.picketlink.idm.model.AttributedType>Exceptionprotected abstract T doCreateInstance(Map<String,Serializable> properties) throws Exception
Exceptionprotected void doPopulateProperties(Map<String,Serializable> properties) throws Exception
doPopulateProperties in class AbstractFileEntry<T extends org.picketlink.idm.model.AttributedType>Exceptionprotected void doWriteObject(ObjectOutputStream s) throws Exception
doWriteObject in class AbstractFileEntry<T extends org.picketlink.idm.model.AttributedType>Exceptionprotected void doReadObject(ObjectInputStream s) throws Exception
doReadObject in class AbstractFileEntry<T extends org.picketlink.idm.model.AttributedType>ExceptionCopyright © 2013. All Rights Reserved.