com.evolveum.midpoint.model.api
Interface ModelPort

All Known Implementing Classes:
ModelWebService

public interface ModelPort

Author:
lazyman

Field Summary
static String ADD_OBJECT
           
static String CLASS_NAME_WITH_DOT
           
static String DELETE_OBJECT
           
static String GET_OBJECT
           
static String GET_PROPERTY_AVAILABLE_VALUES
           
static String IMPORT_FROM_RESOURCE
           
static String LIST_ACCOUNT_SHADOW_OWNER
           
static String LIST_OBJECTS
           
static String LIST_RESOURCE_OBJECT_SHADOWS
           
static String LIST_RESOURCE_OBJECTS
           
static String MODIFY_OBJECT
           
static String SEARCH_OBJECTS
           
static String TEST_RESOURCE
           
 

Field Detail

CLASS_NAME_WITH_DOT

static final String CLASS_NAME_WITH_DOT

ADD_OBJECT

static final String ADD_OBJECT

GET_OBJECT

static final String GET_OBJECT

LIST_OBJECTS

static final String LIST_OBJECTS

SEARCH_OBJECTS

static final String SEARCH_OBJECTS

MODIFY_OBJECT

static final String MODIFY_OBJECT

DELETE_OBJECT

static final String DELETE_OBJECT

GET_PROPERTY_AVAILABLE_VALUES

static final String GET_PROPERTY_AVAILABLE_VALUES

LIST_ACCOUNT_SHADOW_OWNER

static final String LIST_ACCOUNT_SHADOW_OWNER

LIST_RESOURCE_OBJECT_SHADOWS

static final String LIST_RESOURCE_OBJECT_SHADOWS

LIST_RESOURCE_OBJECTS

static final String LIST_RESOURCE_OBJECTS

TEST_RESOURCE

static final String TEST_RESOURCE

IMPORT_FROM_RESOURCE

static final String IMPORT_FROM_RESOURCE


Copyright © 2013 evolveum. All Rights Reserved.