04-08-2009 09:55 AM
public class PersonalCreateContentWizard extends CreateContentWizard
….
protected String finishImpl(FacesContext context, String outcome) throws Exception{
// this.objectType.
ArrayList<AssociationDefinition> x = new ArrayList<AssociationDefinition>();
for(QName name:
new ArrayList<QName>(dictionaryService.getAssociations(QName.createQName(objectType)))){
x.add(dictionaryService.getAssociation(name));
}
return outcome
}
04-08-2009 12:43 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.