com.ihr.xbrl.versioning
Class ConceptActivityReport

java.lang.Object
  extended by com.ihr.xbrl.versioning.ConceptActivityReport

public class ConceptActivityReport
extends java.lang.Object

This is a class that encapsulates information about what happened to a concept from a previous version of the taxonomy to a new version of the taxonomy

Author:
Ignacio

Field Summary
static int MIGRATION_NOT_POSSIBLE
           
static int MIGRATION_OK
           
static int MIGRATION_WITH_WARNINGS
           
 
Constructor Summary
ConceptActivityReport(javax.xml.namespace.QName concept, VlVersioningProcessor vp)
           
 
Method Summary
 java.util.Iterator<Action> getActions(Assignment as)
           
 java.util.Iterator<Assignment> getAssignments()
           
 java.util.Iterator<Event> getEvents(Action ac)
           
 XMLElementDefinition getNewConcept()
           
 int migrationPossibilities()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIGRATION_OK

public static final int MIGRATION_OK
See Also:
Constant Field Values

MIGRATION_NOT_POSSIBLE

public static final int MIGRATION_NOT_POSSIBLE
See Also:
Constant Field Values

MIGRATION_WITH_WARNINGS

public static final int MIGRATION_WITH_WARNINGS
See Also:
Constant Field Values
Constructor Detail

ConceptActivityReport

public ConceptActivityReport(javax.xml.namespace.QName concept,
                             VlVersioningProcessor vp)
Method Detail

migrationPossibilities

public int migrationPossibilities()
Returns:
int

getNewConcept

public XMLElementDefinition getNewConcept()
Returns:
XMLElementDefinition

getAssignments

public java.util.Iterator<Assignment> getAssignments()
Returns:
Iterator

getActions

public java.util.Iterator<Action> getActions(Assignment as)
Parameters:
as -
Returns:
Iterator

getEvents

public java.util.Iterator<Event> getEvents(Action ac)
Parameters:
ac -
Returns:
Iterator


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa