Modifier and type | Property and description |
---|---|
IFieldAccessValidator | fieldAccessValidator Replies the validator for the access to the fields that is used by this service. |
INameParser | nameParser Replies the name parser that is used by this service. |
Modifier and type | Action and description |
---|---|
abstract java.lang.Object | findObject(SarlName) Finds and replies the object with the given name and of the given type. |
default java.lang.Object | findObject(String) Finds and replies the object with the given name and of the given type. |
default java.lang.Object | findObject(URI) Finds and replies the object with the given name and of the given type. |
abstract T | findObject(SarlName,Class<T>) Finds and replies the object with the given name and of the given type. |
default T | findObject(String,Class<T>) Finds and replies the object with the given name and of the given type. |
default T | findObject(URI,Class<T>) Finds and replies the object with the given name and of the given type. |
abstract IFieldAccessValidator | getFieldAccessValidator Replies the validator for the access to the fields that is used by this service. |
abstract INameParser | getNameParser Replies the name parser that is used by this service. |
val fieldAccessValidator : IFieldAccessValidator
This property is an alias for the action: getFieldAccessValidator
val nameParser : INameParser
This property is an alias for the action: getNameParser
def findObject(SarlName) : java.lang.Object
def findObject(String) : java.lang.Object
def findObject(URI) : java.lang.Object
def findObject(SarlName,Class<T>) : Twith T
def findObject(String,Class<T>) : Twith T
def findObject(URI,Class<T>) : Twith T
def getFieldAccessValidator : IFieldAccessValidator
def getNameParser : INameParser