public class FileRelationship extends AbstractFileAttributedType<Relationship>
Modifier | Constructor and Description |
---|---|
protected |
FileRelationship(Relationship object) |
Modifier and Type | Method and Description |
---|---|
protected Relationship |
doPopulateEntry(Map<String,Serializable> properties) |
protected void |
doPopulateProperties(Map<String,Serializable> properties) |
protected void |
doReadObject(ObjectInputStream s) |
protected void |
doWriteObject(ObjectOutputStream s) |
String |
getIdentityTypeId(String roleName) |
boolean |
hasIdentityType(IdentityType identityType) |
doCreateInstance, getId
getEntry, getType, getVersion
protected FileRelationship(Relationship object)
protected void doPopulateProperties(Map<String,Serializable> properties) throws Exception
doPopulateProperties
in class AbstractFileAttributedType<Relationship>
Exception
protected void doWriteObject(ObjectOutputStream s) throws Exception
doWriteObject
in class AbstractFileAttributedType<Relationship>
Exception
protected void doReadObject(ObjectInputStream s) throws Exception
doReadObject
in class AbstractFileAttributedType<Relationship>
Exception
protected Relationship doPopulateEntry(Map<String,Serializable> properties) throws Exception
doPopulateEntry
in class AbstractFileAttributedType<Relationship>
Exception
public boolean hasIdentityType(IdentityType identityType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.