|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectRoleActorParser
Converts projectRoleActor xml in a JIRA backup to an object representation.
| Field Summary | |
|---|---|
static String |
PROJECT_ROLE_ACTOR_ENTITY_NAME
Defines the element name that the parser will handle. |
| Method Summary | |
|---|---|
EntityRepresentation |
getEntityRepresentation(ExternalProjectRoleActor projectRoleActor)
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided ProjectRoleActor. |
ExternalProjectRoleActor |
parse(Map attributes)
Transforms a set of attributes into an ExternalProjectRoleActor. |
| Field Detail |
|---|
static final String PROJECT_ROLE_ACTOR_ENTITY_NAME
| Method Detail |
|---|
ExternalProjectRoleActor parse(Map attributes)
throws ParseException
ExternalProjectRoleActor.
attributes - is a map of key value pairs that represent the attributes of an ExternalProjectRoleActor. The following
attributes are required, otherwise a ParseException will be thrown:ExternalProjectRoleActor, never null.
ParseException - If the attributes are invalid.EntityRepresentation getEntityRepresentation(ExternalProjectRoleActor projectRoleActor)
projectRoleActor - contains the populated fields that will end up in the EntityRepresentations map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||