|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus2ConceptName
public class TaxonomyPrefixPlus2ConceptName
| Constructor Summary | |
|---|---|
TaxonomyPrefixPlus2ConceptName()
|
|
| Method Summary | |
|---|---|
boolean |
canDoTheWork(java.lang.Object parameter)
returns true if the worker can perform its work with the supplied parameters |
java.lang.Object |
doTheWork(java.lang.Object parameter)
returns the value that is the result of the work operation |
float |
getPriority()
Serves for organizing the workers in the queue so the workers with higher priority are asked to do the work first |
java.lang.String[] |
getRoles()
Return the roles for which this worker is able to produce work |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaxonomyPrefixPlus2ConceptName()
| Method Detail |
|---|
public boolean canDoTheWork(java.lang.Object parameter)
Worker
canDoTheWork in interface Workerparameter - Object. the worker should check if the parameter is of the appropriate type
public java.lang.Object doTheWork(java.lang.Object parameter)
Worker
doTheWork in interface Workerpublic float getPriority()
Worker
getPriority in interface Workerpublic java.lang.String[] getRoles()
Worker
getRoles in interface Worker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||