Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Regeln des Typs "AuthenticationRule" müssen das Interface "DatasourceRuleAuthenticationRule" implementieren.

Innerhalb des Baums mit der Regelbibliothek werden sie dem Knoten "DatasourceRuleAuthenticationRule" zugeschrieben.

Struktur

Quellcode einer Klasse des Typs "Aktualisieren":

Codeblock
package org.nuclet.handel; 

import org.nuclos.api.rule.DatasourceRuleAuthenticationRule; 
import org.nuclos.api.businessobjectcontext.SearchExpressionAuthenticationContext; 
import java.util.Maporg.nuclos.api.context.RefreshAuthenticationContext; 
import org.nuclos.api.annotation.Rule; 
import org.nuclos.api.exception.BusinessException; 
import org.nuclos.api.authentication.*;

/** @name        
  * @description 
  * @usage       
  * @change      
*/
@Rule(name="MeineDatasourceRulewer", description="hghgfwerwr")
public class MeineDatasourceRulewer implements DatasourceRuleAuthenticationRule {

	public LongAuthenticationResult countauthenticate(SearchExpressionAuthenticationContext context,Map context1) throws BusinessException { 
	}
	public DatasourceResult getAll(SearchExpression context,Map context1) throws BusinessException { 
	}
	public DatasourceResultboolean getData(Map context) throws BusinessException { 
	}
	public List getAllIds(SearchExpression context,Map context1refreshAuthentication(RefreshAuthenticationContext context) throws BusinessException { 
	}
	public DatasourceResult getByIds(Map context) throws BusinessException { 
	}
	public DatasourceResult getById(Map context) throws BusinessException { 
	}
}



TODO Beschreibung